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