diff options
| author | jerop <[email protected]> | 2025-06-11 06:56:53 +0000 |
|---|---|---|
| committer | Jerop Kipruto <[email protected]> | 2025-06-11 10:38:07 -0400 |
| commit | 7ba2b1387029fdb9c31ca51439a40d59889f05c5 (patch) | |
| tree | b9d94c1e0295cdf2deb3371c92244f650e9114d5 /packages/core/src/telemetry/constants.ts | |
| parent | 9d992b32e48625ace24789e23f814c1e4430c5f2 (diff) | |
update token usage with types
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 7b4aad49..bbcdbada 100644 --- a/packages/core/src/telemetry/constants.ts +++ b/packages/core/src/telemetry/constants.ts @@ -17,5 +17,5 @@ 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'; export const METRIC_API_REQUEST_LATENCY = 'gemini_cli.api.request.latency'; -export const METRIC_TOKEN_INPUT_COUNT = 'gemini_cli.token.input.count'; +export const METRIC_TOKEN_USAGE = 'gemini_cli.token.usage'; export const METRIC_SESSION_COUNT = 'gemini_cli.session.count'; |
