Package-level declarations
Types
An abstract implementation of telemetry provider context. By default, this class uses no-op implementations for all members unless overridden in a subclass.
An abstract implementation of a context manager. By default, this class uses no-op implementations for all members unless overridden in a subclass.
An abstract implementation of a scope. By default, this class uses no-op implementations for all members unless overridden in a subclass.
Responsible for managing the current context with callers current execution unit. For example, some implementations use Thread Local storage for managing the current context.
A CoroutineContext element that carries a telemetry Context.
Inherited properties
Extract the current telemetry Context from the coroutine context if available.