Namespace OpenTelemetry.Context.Propagation
Classes
- B3Propagator
A text map propagator for B3. See https://github.com/openzipkin/b3-propagation. This class has been deprecated in favour of OpenTelemetry.Extensions.Propagators package.
- BaggagePropagator
A text map propagator for W3C Baggage. See https://w3c.github.io/baggage/.
- CompositeTextMapPropagator
CompositeTextMapPropagator provides a mechanism for combining multiple textmap propagators into a single one.
- Propagators
Propagators allow setting the global default Propagators.
- TextMapPropagator
Defines an interface for a Propagator of TextMap type, which uses string key/value pairs to inject and extract propagation data.
- TraceContextPropagator
A text map propagator for W3C trace context. See https://w3c.github.io/trace-context/.
Structs
- PropagationContext
Stores propagation data.