From 3bcb3c36661c87e5dfdd91b2fce19f8b29b31e01 Mon Sep 17 00:00:00 2001 From: Jerop Kipruto Date: Sat, 14 Jun 2025 07:49:21 -0700 Subject: 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 --- scripts/telemetry_gcp.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/telemetry_gcp.js') 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( -- cgit v1.2.3