Adding otel tracing support and github action to push docker images on ghcr.io#6
Merged
zwindler merged 27 commits intodeezer:mainfrom Feb 15, 2026
Merged
Adding otel tracing support and github action to push docker images on ghcr.io#6zwindler merged 27 commits intodeezer:mainfrom
zwindler merged 27 commits intodeezer:mainfrom
Conversation
Add OTLP tracing to groroti
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 a lot of changes, mainly adding otel tracing support (1.1 on my fork) and github action to push docker images on ghcr.io (1.2 on my fork)
Features:
git tagwithout the need to configure a docker token (for the docker push) && github token (for the release) on their local machine.Chores:
Fixes:
OpenTelemetry Tracing Support:
config.toml.defaultfile. (internal/config/config.go,internal/config/loader.go,internal/middlewares/middlewareChain.go,internal/middlewares/tracing.go,config.toml.default,README.md) [1] [2] [3] [4] [5] [6] [7] [8]Build and Release Workflow Modernization:
.github/workflows/release.yml) for automated releases, including building, testing, and publishing binaries and Docker images to GitHub Container Registry. (.github/workflows/release.yml,.goreleaser.yaml,README.md) [1] [2] [3] [4] [5]go.mod,Makefile,README.md) [1] [2] [3]Docker and Configuration Improvements:
.goreleaser.yaml,Dockerfile,README.md) [1] [2] [3]config.tomlwithconfig.toml.defaultas the default config file, and improved documentation for configuration and prerequisites. (config.toml.default,README.md,Dockerfile) [1] [2] [3]Documentation and Developer Experience:
README.md) [1] [2] [3] [4].gitkeeptodatadir/and improved comments for developer clarity. (datadir/.gitkeep)Minor Code Quality Improvements:
GetROTIby using parameterized queries and structured logging. (internal/model/roti.go) [1] [2]