Module: OpenTelemetry::Baggage::Propagation
- Extended by:
- Propagation
- Included in:
- Propagation
- Defined in:
- lib/opentelemetry/baggage/propagation.rb,
lib/opentelemetry/baggage/propagation/context_keys.rb,
lib/opentelemetry/baggage/propagation/text_map_propagator.rb
Overview
The Baggage::Propagation module contains a text map propagator for sending and receiving baggage over the wire.
Defined Under Namespace
Modules: ContextKeys Classes: TextMapPropagator
Instance Method Summary collapse
-
#text_map_propagator ⇒ Object
Returns a text map propagator that propagates context using the W3C Baggage format.
Instance Method Details
#text_map_propagator ⇒ Object
Returns a text map propagator that propagates context using the W3C Baggage format.
23 24 25 |
# File 'lib/opentelemetry/baggage/propagation.rb', line 23 def text_map_propagator TEXT_MAP_PROPAGATOR end |