opentelemetry.correlationcontext package¶
Module contents¶
-
opentelemetry.correlationcontext.get_correlations(context=None)[source]¶ Returns the name/value pairs in the CorrelationContext
-
opentelemetry.correlationcontext.get_correlation(name, context=None)[source]¶ Provides access to the value for a name/value pair in the CorrelationContext
-
opentelemetry.correlationcontext.set_correlation(name, value, context=None)[source]¶ Sets a value in the CorrelationContext