From 7ba2b1387029fdb9c31ca51439a40d59889f05c5 Mon Sep 17 00:00:00 2001 From: jerop Date: Wed, 11 Jun 2025 06:56:53 +0000 Subject: update token usage with types --- docs/core/telemetry.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/core') diff --git a/docs/core/telemetry.md b/docs/core/telemetry.md index ed1dbeaf..bd448776 100644 --- a/docs/core/telemetry.md +++ b/docs/core/telemetry.md @@ -338,6 +338,7 @@ These are numerical measurements of behavior over time. - **Attributes**: - `model` -- `gemini_cli.token.input.count` (Counter, Int): Counts the total number of input tokens sent to the API. +- `gemini_cli.token.usage` (Counter, Int): Counts the number of tokens used. - **Attributes**: - `model` + - `type` (string: "input", "output", "thought", "cache", or "tool") -- cgit v1.2.3