OpenTelemetry::API::AbstractTextMapPropagator
Inherits Struct / Value / Object
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.
Constructors
new
SourceInstance methods
extract(carrier, context : Context)
Sourcefields
Sourceinitialize
Sourceinject(carrier, context : Context)
Source