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
This commit is contained in:
Jerop Kipruto
2025-06-14 07:49:21 -07:00
committed by GitHub
parent 4873fce791
commit 3bcb3c3666
2 changed files with 22 additions and 11 deletions

View File

@@ -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(