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_injector.rb,
lib/opentelemetry/propagator/b3/multi/text_map_extractor.rb
Overview
Namespace for OpenTelemetry b3 multi header encoding
Defined Under Namespace
Classes: TextMapExtractor, TextMapInjector
Instance Method Summary collapse
-
#text_map_extractor ⇒ Object
Returns an injector that injects context in the B3 multi header format.
-
#text_map_injector ⇒ Object
Returns an extractor that extracts context in the B3 multi header format.
Instance Method Details
#text_map_extractor ⇒ Object
Returns an injector that injects context in the B3 multi header format
43 44 45 |
# File 'lib/opentelemetry/propagator/b3/multi.rb', line 43 def text_map_extractor TEXT_MAP_EXTRACTOR end |
#text_map_injector ⇒ Object
Returns an extractor that extracts context in the B3 multi header format
37 38 39 |
# File 'lib/opentelemetry/propagator/b3/multi.rb', line 37 def text_map_injector TEXT_MAP_INJECTOR end |