Package io.opentelemetry.extension.trace.propagation
@ParametersAreNonnullByDefault
package io.opentelemetry.extension.trace.propagation
Implementations of
TextMapPropagator for various
formats that are commonly used in distributed tracing.-
ClassesClassDescriptionA
ConfigurablePropagatorProviderwhich allows enabling the B3Propagator.injectingSingleHeader() B3-single propagator} with the propagator nameb3.AConfigurablePropagatorProviderwhich allows enabling the B3-multi propagator with the propagator nameb3multi.Implementation of the B3 propagation protocol.AConfigurablePropagatorProviderwhich allows enabling theJaegerPropagatorwith the propagator namejaeger.Deprecated.the jaeger propagation format is deprecated in the OpenTelemetry specification (see #4827).AConfigurablePropagatorProviderwhich allows enabling theOtTracePropagatorwith the propagator nameottrace.Deprecated.the OT trace propagation format is deprecated in the OpenTelemetry specification (see #4851).