Implement global propagators #540
Labels
release:required-for-ga
To be resolved before GA release
spec-compliance
Not compliant to OpenTelemetry specs
Milestone
As per specs : https://github.com/open-telemetry/opentelemetry-specification/blob/11cc73939a32e3a2e6f11bdeab843c61cf8594e9/specification/context/api-propagators.md
Global Propagators
The OpenTelemetry API MUST provide a way to obtain a propagator for each supported Propagator type. Instrumentation libraries SHOULD call propagators to extract and inject the context on all remote calls. Propagators, depending on the language, MAY be set up using various dependency injection techniques or available as global accessors.
The text was updated successfully, but these errors were encountered: