opentelemetry.context.base_context module¶
-
class
opentelemetry.context.context.RuntimeContext[source]¶ Bases:
abc.ABCThe RuntimeContext interface provides a wrapper for the different mechanisms that are used to propagate context in Python. Implementations can be made available via entry_points and selected through environment variables.