mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -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)
|
||||
- [Custom](#custom)
|
||||
- [Sessions](#sessions-1)
|
||||
- [Authentication](#authentication)
|
||||
- [Tools](#tools-1)
|
||||
- [API](#api-1)
|
||||
- [Token usage](#token-usage)
|
||||
@@ -650,6 +651,16 @@ Counts CLI sessions at 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
|
||||
|
||||
Measures tool usage and latency.
|
||||
|
||||
Reference in New Issue
Block a user