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.Implementation of the Jaeger propagation protocol.AConfigurablePropagatorProviderwhich allows enabling theOtTracePropagatorwith the propagator nameottrace.Implementation of the protocol used by OpenTracing Basic Tracers.