Module init

Module init 

Source
Available on crate feature telemetry only.
Expand description

Telemetry initialization and configuration

Functionsยง

init_telemetry
Initialize basic telemetry with console logging
init_with_adk_exporter
Initialize telemetry with ADK-Go style span exporter This creates a shared span exporter that can be used by both telemetry and debug API Returns the exporter so it can be passed to the debug controller
init_with_otlp
Initialize telemetry with OpenTelemetry OTLP export
shutdown_telemetry
Shutdown telemetry and flush any pending spans