summaryrefslogtreecommitdiff
path: root/docs/telemetry.md
diff options
context:
space:
mode:
authorKrushna Sharma <[email protected]>2025-06-29 06:53:49 +0530
committerGitHub <[email protected]>2025-06-29 01:23:49 +0000
commit33bfda9879aa4edcb3109e8ae36d6f5af6874651 (patch)
tree8c76faabb1cfa2a5fefbcab1ca1efec61517dcb7 /docs/telemetry.md
parent399841b6e061d32a49468cef836ecb78de5ea84f (diff)
docs: fix typos and grammatical errors (#2459)
Co-authored-by: Allen Hutchison <[email protected]>
Diffstat (limited to 'docs/telemetry.md')
-rw-r--r--docs/telemetry.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/telemetry.md b/docs/telemetry.md
index 99399a05..9153e4d7 100644
--- a/docs/telemetry.md
+++ b/docs/telemetry.md
@@ -81,7 +81,7 @@ Use the `npm run telemetry -- --target=local` command to automate the process of
Open your web browser and navigate to **http://localhost:16686** to access the Jaeger UI. Here you can inspect detailed traces of Gemini CLI operations.
1. **Inspect logs and metrics**:
- The script redirects the OTEL collector output (which includes logs and metrics) to `~/.gemini/tmp/<projectHash>/otel/collector.log`. The script will provide links to view and command to tail your telemetry data (traces, metrics, logs) locally.
+ The script redirects the OTEL collector output (which includes logs and metrics) to `~/.gemini/tmp/<projectHash>/otel/collector.log`. The script will provide links to view and a command to tail your telemetry data (traces, metrics, logs) locally.
1. **Stop the services**:
Press `Ctrl+C` in the terminal where the script is running to stop the OTEL Collector and Jaeger services.