Class: OpenTelemetry::SDK::Configurator::NoopTextMapPropagator Private
- Inherits:
-
Object
- Object
- OpenTelemetry::SDK::Configurator::NoopTextMapPropagator
- Defined in:
- lib/opentelemetry/sdk/configurator.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #extract(carrier, context: Context.current, getter: Context::Propagation.text_map_getter) ⇒ Object private
- #fields ⇒ Object private
- #inject(carrier, context: Context.current, setter: Context::Propagation.text_map_setter) ⇒ Object private
Instance Method Details
#extract(carrier, context: Context.current, getter: Context::Propagation.text_map_getter) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
19 20 21 |
# File 'lib/opentelemetry/sdk/configurator.rb', line 19 def extract(carrier, context: Context.current, getter: Context::Propagation.text_map_getter) context end |
#fields ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
23 24 25 |
# File 'lib/opentelemetry/sdk/configurator.rb', line 23 def fields EMPTY_LIST end |
#inject(carrier, context: Context.current, setter: Context::Propagation.text_map_setter) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
17 |
# File 'lib/opentelemetry/sdk/configurator.rb', line 17 def inject(carrier, context: Context.current, setter: Context::Propagation.text_map_setter); end |