Class: OpenTelemetry::Instrumentation::Trilogy::NoopPropagator Private
- Inherits:
-
Object
- Object
- OpenTelemetry::Instrumentation::Trilogy::NoopPropagator
- Defined in:
- lib/opentelemetry/instrumentation/trilogy/instrumentation.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: nil) ⇒ Object private
- #fields ⇒ Object private
- #inject(carrier, context: Context.current, setter: nil) ⇒ Object private
Instance Method Details
#extract(carrier, context: Context.current, getter: nil) ⇒ 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 18 19 |
# File 'lib/opentelemetry/instrumentation/trilogy/instrumentation.rb', line 17 def extract(carrier, context: Context.current, getter: nil) 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.
21 22 23 |
# File 'lib/opentelemetry/instrumentation/trilogy/instrumentation.rb', line 21 def fields EMPTY_LIST end |
#inject(carrier, context: Context.current, setter: nil) ⇒ 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.
15 |
# File 'lib/opentelemetry/instrumentation/trilogy/instrumentation.rb', line 15 def inject(carrier, context: Context.current, setter: nil); end |