TelemetryConfig

Global configuration for ADK telemetry behavior.

This is a singleton to maintain architectural parity with the Java and Python ADKs.

Properties

Link copied to clipboard

Whether to capture raw prompts and payloads into traces. Defaults to false to prevent PII leakage and OOM errors. This is marked as @Volatile to ensure visibility across concurrent agent executions.