Package-level declarations
Types
Link copied to clipboard
interface SpanBuilder
A builder for creating and starting a Span.
Link copied to clipboard
object TelemetryAttributes
OpenTelemetry semantic attributes mapped to the Google ADK execution flow.
Link copied to clipboard
object TelemetryConfig
Global configuration for ADK telemetry behavior.
Link copied to clipboard
interface TelemetryContext
An abstraction for a telemetry context, capable of bridging into ThreadLocal storage via its attach and detach methods for synchronous tracing, or being carried across coroutine boundaries via asContextElement.
Link copied to clipboard
A CoroutineContext.Element that carries a TelemetryContext across coroutine suspension points.
Link copied to clipboard
interface Tracer
A Tracer is used to create SpanBuilders for telemetry spans.