diff options
| author | uttamkanodia14 <[email protected]> | 2025-07-12 02:40:25 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-11 21:10:25 +0000 |
| commit | 5b5f496436a060124e57009d1f7f37bd4d27f0f3 (patch) | |
| tree | 7d213f79753071c20cb90c36ebdc6edbce4ffa21 /docs/telemetry.md | |
| parent | 764809753ad85ecc209aa9b126efbb3390c03274 (diff) | |
Adds Flash Fallback logging and clearcut logging (#3843)
Diffstat (limited to 'docs/telemetry.md')
| -rw-r--r-- | docs/telemetry.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/telemetry.md b/docs/telemetry.md index b308217f..76958794 100644 --- a/docs/telemetry.md +++ b/docs/telemetry.md @@ -194,6 +194,10 @@ Logs are timestamped records of specific events. The following events are logged - `response_text` (if applicable) - `auth_type` +- `gemini_cli.flash_fallback`: This event occurs when Gemini CLI switches to flash as fallback. + - **Attributes**: + - `auth_type` + ### Metrics Metrics are numerical measurements of behavior over time. The following metrics are collected for Gemini CLI: |
