OpenTelemetry.Context.Propagation
Namespace with 7 public types
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.
TraceContextPropagator
A text map propagator for W3C trace context. See https://w3c.github.io/trace-context/.
Structures
PropagationContext
Stores propagation data.
Static Classes
Propagators
Propagators allow setting the global default Propagators.
Abstract Classes
TextMapPropagator
Defines an interface for a Propagator of TextMap type,
which uses string key/value pairs to inject and extract
propagation data.