summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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")