struct

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

Instance methods

extract(carrier, context : Context)
Source
fields
Source
initialize
Source
inject(carrier, context : Context)
Source