TelemetryConfig
object TelemetryConfig
Global configuration for ADK telemetry behavior.
Properties
Link copied to clipboard
Whether to capture raw prompts and payloads into spans. Seeded at startup from the ADK_CAPTURE_MESSAGE_CONTENT_IN_SPANS env var (true/1 enables it); defaults to false when unset, diverging from Python/Java/JS (which default to true) to avoid recording PII or large payloads. @Volatile for cross-thread visibility.