mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 10:34:35 -07:00
update docs for telemetry events emitted
This commit is contained in:
@@ -32,6 +32,7 @@ Learn how to enable and setup OpenTelemetry for Gemini CLI.
|
|||||||
- [Metrics](#metrics)
|
- [Metrics](#metrics)
|
||||||
- [Custom](#custom)
|
- [Custom](#custom)
|
||||||
- [Sessions](#sessions-1)
|
- [Sessions](#sessions-1)
|
||||||
|
- [Authentication](#authentication)
|
||||||
- [Tools](#tools-1)
|
- [Tools](#tools-1)
|
||||||
- [API](#api-1)
|
- [API](#api-1)
|
||||||
- [Token usage](#token-usage)
|
- [Token usage](#token-usage)
|
||||||
@@ -650,6 +651,16 @@ Counts CLI sessions at startup.
|
|||||||
|
|
||||||
- `gemini_cli.session.count` (Counter, Int): Incremented once per CLI startup.
|
- `gemini_cli.session.count` (Counter, Int): Incremented once per CLI startup.
|
||||||
|
|
||||||
|
##### Authentication
|
||||||
|
|
||||||
|
Tracks "Login with Google" OAuth flow initiation and completion.
|
||||||
|
|
||||||
|
- `gemini_cli.google_auth.start` (Counter, Int): Incremented when the "Login
|
||||||
|
with Google" OAuth flow begins.
|
||||||
|
|
||||||
|
- `gemini_cli.google_auth.end` (Counter, Int): Incremented when the "Login with
|
||||||
|
Google" OAuth flow completes successfully.
|
||||||
|
|
||||||
##### Tools
|
##### Tools
|
||||||
|
|
||||||
Measures tool usage and latency.
|
Measures tool usage and latency.
|
||||||
|
|||||||
Reference in New Issue
Block a user