abstract struct OpenTelemetry::API::AbstractTextMapPropagator
- OpenTelemetry::API::AbstractTextMapPropagator
- Struct
- Value
- Object
Overview
An OpenTelemetry::Propagator
encapsulates common behavior for typical
propagators. Propagators are used to carry and transfer state, typically
via either a TraceContext or via Baggage. This class will be subclassed
to provide additional specific behavior to conform with the specs for
the relevant type of propagator.