module OpenTelemetry::Baggage::Propagation
The Baggage::Propagation
module contains a text map propagator for sending and receiving baggage over the wire.
Constants
- TEXT_MAP_PROPAGATOR
Public Instance Methods
text_map_propagator()
click to toggle source
Returns a text map propagator that propagates context using the W3C Baggage
format.
# File lib/opentelemetry/baggage/propagation.rb, line 23 def text_map_propagator TEXT_MAP_PROPAGATOR end