summaryrefslogtreecommitdiff
path: root/docs/core/telemetry.md
diff options
context:
space:
mode:
authorjerop <[email protected]>2025-06-11 06:56:53 +0000
committerJerop Kipruto <[email protected]>2025-06-11 10:38:07 -0400
commit7ba2b1387029fdb9c31ca51439a40d59889f05c5 (patch)
treeb9d94c1e0295cdf2deb3371c92244f650e9114d5 /docs/core/telemetry.md
parent9d992b32e48625ace24789e23f814c1e4430c5f2 (diff)
update token usage with types
Diffstat (limited to 'docs/core/telemetry.md')
-rw-r--r--docs/core/telemetry.md3
1 files changed, 2 insertions, 1 deletions
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")