diff options
| author | cperry-goog <[email protected]> | 2025-06-07 10:47:30 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-07 10:47:30 -0700 |
| commit | 63757d6a7ae6dcff47e912578903ed4040b2b82f (patch) | |
| tree | 243f231880d3456ae0c055a9deccf3c23a84c113 /docs/core/telemetry.md | |
| parent | dcaecde844fd21d101bbb76c41163919373543d2 (diff) | |
docs: update and reorganize documentation (#806)
Diffstat (limited to 'docs/core/telemetry.md')
| -rw-r--r-- | docs/core/telemetry.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/core/telemetry.md b/docs/core/telemetry.md index be80cd6f..09f4c0e7 100644 --- a/docs/core/telemetry.md +++ b/docs/core/telemetry.md @@ -21,13 +21,17 @@ Add this line to enable telemetry by in workspace (`.gemini/settings.json`) or u ```json { - "telemetry": true + "telemetry": { + "enabled": true + } } ``` +You can also control telemetry with the `GEMINI_TELEMETRY_ENABLED` environment variable. + #### Mode 1: Console Output (Default) -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. +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. #### Mode 2: Sending to a Collector |
