summaryrefslogtreecommitdiff
path: root/docs/telemetry.md
diff options
context:
space:
mode:
authoruttamkanodia14 <[email protected]>2025-07-11 22:17:46 +0530
committerGitHub <[email protected]>2025-07-11 16:47:46 +0000
commit93284281de4a1593de802f3823707b9c1a43171e (patch)
tree51a88d91fe132cc5607e2f5cbb7aa21701418508 /docs/telemetry.md
parented00612cf7107452d1e52044feda4305b410b81b (diff)
Logs the auth type in the user prompts, api responses and errors (#3795)
Diffstat (limited to 'docs/telemetry.md')
-rw-r--r--docs/telemetry.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/telemetry.md b/docs/telemetry.md
index 9153e4d7..b308217f 100644
--- a/docs/telemetry.md
+++ b/docs/telemetry.md
@@ -154,6 +154,7 @@ Logs are timestamped records of specific events. The following events are logged
- **Attributes**:
- `prompt_length`
- `prompt` (this attribute is excluded if `log_prompts_enabled` is configured to be `false`)
+ - `auth_type`
- `gemini_cli.tool_call`: This event occurs for each function call.
- **Attributes**:
@@ -177,6 +178,7 @@ Logs are timestamped records of specific events. The following events are logged
- `error_type`
- `status_code`
- `duration_ms`
+ - `auth_type`
- `gemini_cli.api_response`: This event occurs upon receiving a response from Gemini API.
- **Attributes**:
@@ -190,6 +192,7 @@ Logs are timestamped records of specific events. The following events are logged
- `thoughts_token_count`
- `tool_token_count`
- `response_text` (if applicable)
+ - `auth_type`
### Metrics