feat: infrastructure boilerplate maintenance#87
Open
CL-SHLOMIKONCHA wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces significant improvements to observability, configuration management, and developer tooling for the project. The most notable changes are the addition of OpenTelemetry logging options, enhanced Helm chart support for new configuration parameters, and updates to dependencies and build tooling for better maintainability and compatibility.
Observability and Telemetry Enhancements:
Added support for OpenTelemetry logging options, with new configuration fields (
opentelemetryOptions) in configuration files (config/default.json,config/test.json,config/custom-environment-variables.json) and Helm charts, allowing for easier integration with observability platforms. [1] [2] [3] [4] [5] [6] [7] [8]Updated Dockerfile and start scripts to use a new
instrumentation.mjsentry point for improved tracing and logging instrumentation. [1] [2]Configuration and Helm Chart Improvements:
Expanded Helm chart templates and values to support OpenTelemetry options and new config management fields (
configManagement), making deployments more flexible and observable. [1] [2] [3]Added new environment variables and config fields for download server settings and report storage provider, improving integration with external services and test setups.
Dependency and Tooling Updates:
Upgraded and added several dependencies to latest major versions, including
@map-colonies/js-logger,@map-colonies/error-express-handler,@map-colonies/prometheus,@map-colonies/tracing, and others, and removed unused or deprecated packages. [1] [2] [3]Introduced a new ESLint config using
eslint.config.mjswith modern configuration and Jest plugin integration, improving code quality enforcement.General Codebase Cleanups:
Refactored configuration usage in
CallbackClientto use the newConfigTypeand improved error logging for callback failures. [1] [2]Minor improvements to
.dockerignore,.redocly.yaml, and added.swcrcfor SWC compatibility. [1] [2] [3] [4] [5]These changes collectively modernize the project’s observability stack, configuration management, and developer experience, making it more robust and easier to maintain.