diff options
| author | Jerop Kipruto <[email protected]> | 2025-06-14 07:49:21 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-14 14:49:21 +0000 |
| commit | 3bcb3c36661c87e5dfdd91b2fce19f8b29b31e01 (patch) | |
| tree | 1c100f3a4968260a94813be503630a274c00f8c7 /scripts | |
| parent | 4873fce7919b4d74cee183a91fa8a3af58aef993 (diff) | |
docs: clarify telemetry script usage (#1034)
Updates the telemetry documentation and the GCP telemetry script to make it clearer that the Gemini CLI needs to be run in a separate terminal session after starting the collector script.
This addresses potential user confusion where they might expect telemetry data to appear without actively using the CLI.
#750
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/telemetry_gcp.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/telemetry_gcp.js b/scripts/telemetry_gcp.js index a842625e..6fc3ebe4 100755 --- a/scripts/telemetry_gcp.js +++ b/scripts/telemetry_gcp.js @@ -161,6 +161,9 @@ async function main() { }); console.log(`\n⨠Local OTEL collector for GCP is running.`); + console.log( + '\nš To send telemetry, run the Gemini CLI in a separate terminal window.', + ); console.log(`\nš Collector logs are being written to: ${OTEL_LOG_FILE}`); console.log(`\nš View your telemetry data in Google Cloud Console:`); console.log( |
