Package-level declarations
Types
Link copied to clipboard
An abstract implementation of a telemetry provider. By default, this class uses no-op implementations for all members unless overridden in a subclass.
Link copied to clipboard
interface TelemetryConfig
Common configuration options for configuring telemetry of a component
Link copied to clipboard
interface TelemetryProvider
Container for telemetry providers
Link copied to clipboard
Coroutine scoped telemetry context used for carrying telemetry provider configuration
Inherited properties
Link copied to clipboard
Get the active TelemetryProvider from this CoroutineContext. If none exists a no-op provider will be returned.