diff options
| author | Krushna Sharma <[email protected]> | 2025-06-29 06:53:49 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-29 01:23:49 +0000 |
| commit | 33bfda9879aa4edcb3109e8ae36d6f5af6874651 (patch) | |
| tree | 8c76faabb1cfa2a5fefbcab1ca1efec61517dcb7 /docs/telemetry.md | |
| parent | 399841b6e061d32a49468cef836ecb78de5ea84f (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.md | 2 |
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. |
