update token usage with types

This commit is contained in:
jerop
2025-06-11 06:56:53 +00:00
committed by Jerop Kipruto
parent 9d992b32e4
commit 7ba2b13870
7 changed files with 120 additions and 15 deletions

View File

@@ -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")