diff options
| author | Shreya Keshive <[email protected]> | 2025-07-29 16:20:37 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-29 20:20:37 +0000 |
| commit | 293bb820193a41aee6f1421367a2d1fc6d836422 (patch) | |
| tree | 639f1cb516ea4f0dd772a0a54a20790f5a63520c /docs | |
| parent | 80079cd2a5741d7024c8500853fe7a3af5e6ba0a (diff) | |
Adds centralized support to log slash commands + sub commands (#5128)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/telemetry.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/telemetry.md b/docs/telemetry.md index 2209ee0b..c7b88ba9 100644 --- a/docs/telemetry.md +++ b/docs/telemetry.md @@ -209,6 +209,11 @@ Logs are timestamped records of specific events. The following events are logged - **Attributes**: - `auth_type` +- `gemini_cli.slash_command`: This event occurs when a user executes a slash command. + - **Attributes**: + - `command` (string) + - `subcommand` (string, if applicable) + ### Metrics Metrics are numerical measurements of behavior over time. The following metrics are collected for Gemini CLI: |
