Module opentelemetry::propagation::composite
source · Expand description
§Composite Propagator
A utility over multiple Propagator
s to group multiple Propagators from different cross-cutting
concerns in order to leverage them as a single entity.
Each composite Propagator will implement a specific Propagator type, such as TextMapPropagator, as different Propagator types will likely operate on different data types.
Structs§
- Composite propagator for
TextMapPropagator
s.