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 /packages/core/src/telemetry/constants.ts | |
| parent | 1a0cc68e29672e3f9a2dce6ad267c1bcb428a434 (diff) | |
feat(client/compression): Log telemetry when compressing chat context. (#6195)
Diffstat (limited to 'packages/core/src/telemetry/constants.ts')
| -rw-r--r-- | packages/core/src/telemetry/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/core/src/telemetry/constants.ts b/packages/core/src/telemetry/constants.ts index 7d840815..0d978fb2 100644 --- a/packages/core/src/telemetry/constants.ts +++ b/packages/core/src/telemetry/constants.ts @@ -16,7 +16,7 @@ export const EVENT_FLASH_FALLBACK = 'gemini_cli.flash_fallback'; export const EVENT_NEXT_SPEAKER_CHECK = 'gemini_cli.next_speaker_check'; export const EVENT_SLASH_COMMAND = 'gemini_cli.slash_command'; export const EVENT_IDE_CONNECTION = 'gemini_cli.ide_connection'; - +export const EVENT_CHAT_COMPRESSION = 'gemini_cli.chat_compression'; export const METRIC_TOOL_CALL_COUNT = 'gemini_cli.tool.call.count'; export const METRIC_TOOL_CALL_LATENCY = 'gemini_cli.tool.call.latency'; export const METRIC_API_REQUEST_COUNT = 'gemini_cli.api.request.count'; |
