Module: OpenTelemetry::Propagator::B3::Single

Extended by:
Single
Included in:
Single
Defined in:
lib/opentelemetry/propagator/b3/single.rb,
lib/opentelemetry/propagator/b3/single/text_map_propagator.rb

Overview

Namespace for OpenTelemetry b3 single header encoding

Defined Under Namespace

Classes: TextMapPropagator

Instance Method Summary collapse

Instance Method Details

#text_map_propagatorObject

Returns a text map propagator that propagates context using the B3 single header format.



30
31
32
# File 'lib/opentelemetry/propagator/b3/single.rb', line 30

def text_map_propagator
  TEXT_MAP_PROPAGATOR
end