Package-level declarations

Types

Link copied to clipboard
interface Scope

Represents a scope for context propagation.

Link copied to clipboard
interface Span

A Span represents a single operation within a trace.

Link copied to clipboard
interface SpanBuilder

A builder for creating and starting a Span.

Link copied to clipboard
object Telemetry

Global entry point for the Telemetry abstraction.

Link copied to clipboard

OpenTelemetry semantic attributes mapped to the Google ADK execution flow.

Link copied to clipboard

Global configuration for ADK telemetry behavior.

Link copied to clipboard

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.