feat(otel): add OpenTelemetry tracing infrastructure#1
Open
jensholdgaard wants to merge 1 commit into
Open
Conversation
jensholdgaard
force-pushed
the
otel-traces
branch
11 times, most recently
from
July 22, 2025 14:59
236a23a to
210024c
Compare
jensholdgaard
force-pushed
the
otel-traces
branch
from
July 31, 2025 06:21
210024c to
3d97703
Compare
- Add OpenTelemetry traces attributes and events for Dex operations - Implement instrumentation scope utilities for consistent tracing - Add OTEL configuration and initialization in cmd/dex - Include comprehensive test coverage for OTEL components This provides the foundational tracing infrastructure to monitor and debug authentication flows, token operations, and connector interactions. Signed-off-by: Jensholdgaard <jens@holdgaard.org> Signed-off-by: jehope <jehope@norlys.dk> # Conflicts: # examples/go.sum # go.mod # go.sum # server/deviceflowhandlers.go
jensholdgaard
force-pushed
the
otel-traces
branch
from
July 31, 2025 08:44
3d97703 to
a56fa72
Compare
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 provides the foundational tracing infrastructure to monitor and debug authentication flows, token operations, and connector interactions.
Overview
What this PR does / why we need it
Special notes for your reviewer