diff options
| author | Richie Foreman <[email protected]> | 2025-08-18 15:59:13 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-18 19:59:13 +0000 |
| commit | 71f706cf29cf70a888ee65117b21ad31042207f8 (patch) | |
| tree | 3decbcebdcd7ef4db88db11d9a7a07790406ded2 /docs | |
| parent | 1a0cc68e29672e3f9a2dce6ad267c1bcb428a434 (diff) | |
feat(client/compression): Log telemetry when compressing chat context. (#6195)
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 6767e349..ed094ce6 100644 --- a/docs/telemetry.md +++ b/docs/telemetry.md @@ -271,3 +271,8 @@ Metrics are numerical measurements of behavior over time. The following metrics - `ai_removed_lines` (Int, if applicable): Number of lines removed/changed by AI. - `user_added_lines` (Int, if applicable): Number of lines added/changed by user in AI proposed changes. - `user_removed_lines` (Int, if applicable): Number of lines removed/changed by user in AI proposed changes. + +- `gemini_cli.chat_compression` (Counter, Int): Counts chat compression operations + - **Attributes**: + - `tokens_before`: (Int): Number of tokens in context prior to compression + - `tokens_after`: (Int): Number of tokens in context after compression |
