Module: OpenTelemetry::Propagator::B3::Multi
- Extended by:
- Multi
- Included in:
- Multi
- Defined in:
- lib/opentelemetry/propagator/b3/multi.rb,
lib/opentelemetry/propagator/b3/multi/text_map_propagator.rb
Overview
Namespace for OpenTelemetry B3 multi header encoding
Defined Under Namespace
Classes: TextMapPropagator
Instance Method Summary collapse
-
#text_map_propagator ⇒ Object
Returns a text map propagator that propagates context using the B3 multi header format.
Instance Method Details
#text_map_propagator ⇒ Object
Returns a text map propagator that propagates context using the B3 multi header format.
30 31 32 |
# File 'lib/opentelemetry/propagator/b3/multi.rb', line 30 def text_map_propagator TEXT_MAP_PROPAGATOR end |