module OpenTelemetry::Baggage::Propagation::ContextKeys
The ContextKeys
module contains the keys used to index baggage in a {Context} instance
Constants
- BAGGAGE_KEY
Public Instance Methods
baggage_key()
click to toggle source
Returns the context key that baggage are indexed by
@return [Context::Key]
# File lib/opentelemetry/baggage/propagation/context_keys.rb, line 21 def baggage_key BAGGAGE_KEY end