From e772dc2b854dff3e9949ce4a16918e97d656d6a2 Mon Sep 17 00:00:00 2001 From: Jerop Kipruto Date: Sun, 15 Jun 2025 21:12:57 -0400 Subject: Decouple telemetry project ID configuration (#1077) #750 Renames project ID for telemetry from `GOOGLE_CLOUD_PROJECT` to `OTLP_GOOGLE_CLOUD_PROJECT`. This change allows for a separate Google Cloud Project to be used for telemetry data, distinct from the project used for other services like Vertex AI or Code Assist. This enhances clarity and flexibility in project configuration. --- docs/core/telemetry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/core') diff --git a/docs/core/telemetry.md b/docs/core/telemetry.md index 42719db5..9dc222f5 100644 --- a/docs/core/telemetry.md +++ b/docs/core/telemetry.md @@ -136,7 +136,7 @@ Use the `npm run telemetry -- --target=gcp` command which automates setting up a - Ensure you have a Google Cloud Project ID. - Export the `GOOGLE_CLOUD_PROJECT` environment variable to make it available to the OTEL collector. ```bash - export GOOGLE_CLOUD_PROJECT="your-project-id" + export OTLP_GOOGLE_CLOUD_PROJECT="your-project-id" ``` - Authenticate with Google Cloud (e.g., run `gcloud auth application-default login` or ensure `GOOGLE_APPLICATION_CREDENTIALS` is set). - Ensure your account/service account has the necessary roles: "Cloud Trace Agent", "Monitoring Metric Writer", and "Logs Writer". -- cgit v1.2.3