update docs for telemetry events emitted

This commit is contained in:
Srinath Padmanabhan
2026-03-05 19:24:09 -08:00
parent 0178e1ef00
commit bc84fcbb02

View File

@@ -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.