diff options
| author | Jerop Kipruto <[email protected]> | 2025-06-15 21:12:57 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-16 01:12:57 +0000 |
| commit | e772dc2b854dff3e9949ce4a16918e97d656d6a2 (patch) | |
| tree | 234a5fc4afe0e7d32e6103ddf3b981a8ba725d9c /docs/cli/configuration.md | |
| parent | 5c8e49a0e3e84ea8d04f26201beb2f980e0a3951 (diff) | |
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.
Diffstat (limited to 'docs/cli/configuration.md')
| -rw-r--r-- | docs/cli/configuration.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/cli/configuration.md b/docs/cli/configuration.md index 587ad071..c532b0b6 100644 --- a/docs/cli/configuration.md +++ b/docs/cli/configuration.md @@ -216,9 +216,12 @@ The CLI automatically loads environment variables from an `.env` file. The loadi - Example: `export GOOGLE_API_KEY="YOUR_GOOGLE_API_ KEY"`. - **`GOOGLE_CLOUD_PROJECT`**: - Your Google Cloud Project ID. - - Required for using Code Assist, Telemetry or Vertex AI. + - Required for using Code Assist or Vertex AI. - If using Vertex AI, ensure you have the necessary permissions and set the `GOOGLE_GENAI_USE_VERTEXAI=true` environment variable. - Example: `export GOOGLE_CLOUD_PROJECT="YOUR_PROJECT_ID"`. +- **`OTLP_GOOGLE_CLOUD_PROJECT`**: + - Your Google Cloud Project ID for Telemetry in Google Cloud + - Example: `export OTLP_GOOGLE_CLOUD_PROJECT="YOUR_PROJECT_ID"`. - **`GOOGLE_CLOUD_LOCATION`**: - Your Google Cloud Project Location (e.g., us-central1). - Required for using Vertex AI in non express mode. |
