Deprecate Jaeger propagator#4827
Merged
reyang merged 7 commits intoopen-telemetry:mainfrom Jan 10, 2026
Merged
Conversation
pellared
reviewed
Jan 8, 2026
Co-authored-by: Robert Pająk <pellared@hotmail.com>
reyang
approved these changes
Jan 8, 2026
cijothomas
approved these changes
Jan 8, 2026
trask
approved these changes
Jan 8, 2026
lmolkova
approved these changes
Jan 8, 2026
jsuereth
approved these changes
Jan 8, 2026
atoulme
approved these changes
Jan 8, 2026
pellared
approved these changes
Jan 9, 2026
arminru
approved these changes
Jan 9, 2026
Merged
github-merge-queue bot
pushed a commit
that referenced
this pull request
Feb 13, 2026
### Context - Deprecate Jaeger propagator and make propagator implementation optional. ([#4827](#4827)) - Deprecate OT Trace propagator and make propagator implementation optional. ([#4851](#4851)) ### Metrics - Add normative language to the Metrics API/SDK spec concurrency requirements. ([#4868](#4868)) ### Logs - Add optional `Exception` parameter to Emit LogRecord. ([#4824](#4824)) - Add normative language to the Logging API/SDK spec concurrency requirements. ([#4885](#4885)) ### Resource - Refine the handling of OTEL_RESOURCE_ATTRIBUTES. ([#4856](#4856)) ### Common - Add string representation guidance for complex attribute value types (byte arrays, empty values, arrays, and maps) for non-OTLP protocols. ([#4848](#4848)) ### Compatibility - Stabilize Prometheus Counter to OTLP Sum transformation. ([#4862](#4862)) - Stabilize Prometheus Gauge to OTLP Gauge transformation. ([#4871](#4871)) ### SDK Configuration - Swap Tracer/Meter/LoggerConfig `disabled` for `enabled` to avoid double negatives ([#4823](#4823)) - Declarative configuration: rename `ComponentProvider` to `PluginComponentProvider`, `CreatePlugin` to `CreateComponent` in effort to use consistent vocabulary ([#4806](#4806)) - Declarative configuration: Update instrumentation config behavior to return empty object when not set ([#4817](#4817))
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.
Fixes #4786
Changes
Deprecate Jaeger propagator and make the implementation optional.
It was already deprecated by the Jaeger team: https://www.jaegertracing.io/sdk-migration/#propagation-format
[ ] Related OTEP(s) #[ ] Links to the prototypes (when adding or changing features)CHANGELOG.mdfile updated for non-trivial changes[chore]in the PR title to skip the changelog check