summaryrefslogtreecommitdiff
path: root/docs/core/telemetry.md
diff options
context:
space:
mode:
authorjerop <[email protected]>2025-06-10 22:09:52 +0000
committerJerop Kipruto <[email protected]>2025-06-10 18:14:04 -0400
commit916cfee08d8ae1529eba9ee96e6db1ecff4c9388 (patch)
tree0cb0c01605ed4d2c09a2a392c234cdd31fded8e1 /docs/core/telemetry.md
parente73d4752df9ab1b9583b3d1a61374c3a756c01cc (diff)
update documentation for otel
Diffstat (limited to 'docs/core/telemetry.md')
-rw-r--r--docs/core/telemetry.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/core/telemetry.md b/docs/core/telemetry.md
index 7587f0a5..30e1ddd5 100644
--- a/docs/core/telemetry.md
+++ b/docs/core/telemetry.md
@@ -28,11 +28,9 @@ Add these lines to enable telemetry by in workspace (`.gemini/settings.json`) or
}
```
-You can also control telemetry with the `GEMINI_TELEMETRY_ENABLED` environment variable.
-
#### Mode 1: Console Output (Default)
-If you only set `"enabled": true` and do nothing else, the CLI will output all telemetry data directly to your console. This is the simplest way to inspect events, metrics, and traces without any external tools.
+If you only set `"telemetry": true` and do nothing else, the CLI will output all telemetry data directly to your console. This is the simplest way to inspect events, metrics, and traces without any external tools.
#### Mode 2: Sending to a Collector