Module: OpenTelemetry::Baggage::Propagation::ContextKeys
- Extended by:
- ContextKeys
- Included in:
- ContextKeys
- Defined in:
- lib/opentelemetry/baggage/propagation/context_keys.rb
Overview
The ContextKeys module contains the keys used to index baggage in a Context instance
Instance Method Summary collapse
-
#baggage_key ⇒ Context::Key
Returns the context key that baggage are indexed by.
Instance Method Details
#baggage_key ⇒ Context::Key
Returns the context key that baggage are indexed by
21 22 23 |
# File 'lib/opentelemetry/baggage/propagation/context_keys.rb', line 21 def baggage_key BAGGAGE_KEY end |