-
Notifications
You must be signed in to change notification settings - Fork 501
Closed
Labels
triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Description
Is your feature request related to a problem?
The Jaeger propagator is not supported without enabling deprecated code.
Describe the solution you'd like
The Jaeger propagator is deprecated in PR #1923 as part of effort removing / deprecating Jaeger exporter.
But the Jaeger propagator should not be deprecated according to specification: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/context/api-propagators.md#propagators-distribution
The specification lists Jaeger as one of the official propagators.
So we should unmark Jaeger propagator as deprecated.
Describe alternatives you've considered
Additional context
The Jaeger propagator is supported in Java, Go and other SDK without being deprecated.
Metadata
Metadata
Assignees
Labels
triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.