Package-level declarations
Types
Link copied to clipboard
An abstract implementation of telemetry provider context. By default, this class uses no-op implementations for all members unless overridden in a subclass.
Link copied to clipboard
An abstract implementation of a context manager. By default, this class uses no-op implementations for all members unless overridden in a subclass.
Link copied to clipboard
An abstract implementation of a scope. By default, this class uses no-op implementations for all members unless overridden in a subclass.
Link copied to clipboard
interface ContextManager
Responsible for managing the current context with callers current execution unit. For example, some implementations use Thread Local storage for managing the current context.