From a6c16ab08df86b2777b8e793a08e997feb4419a4 Mon Sep 17 00:00:00 2001 From: Jerop Kipruto Date: Sun, 15 Jun 2025 22:45:16 -0400 Subject: small fixes in telemetry docs (#1081) - `GOOGLE_CLOUD_PROJECT` --> `OTLP_GOOGLE_CLOUD_PROJECT` - Remove `npm run start:gcp` shorthand from docs until after improving cleanup process --- docs/core/telemetry.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs/core') diff --git a/docs/core/telemetry.md b/docs/core/telemetry.md index cb9ea2b7..317eae0c 100644 --- a/docs/core/telemetry.md +++ b/docs/core/telemetry.md @@ -12,7 +12,7 @@ This entire system is built on the **[OpenTelemetry] (OTEL)** standard, allowing 1. **Ensure Prerequisites:** Ensure that: - - You have exported the `GOOGLE_CLOUD_PROJECT` environment variable. + - You have exported the `OTLP_GOOGLE_CLOUD_PROJECT` environment variable. - You have authenticated with Google Cloud and have the necessary IAM roles. For full details, see the [Google Cloud](#google-cloud) prerequisites. 1. **Run the Command:** Execute the following command from the project root: @@ -23,8 +23,6 @@ This entire system is built on the **[OpenTelemetry] (OTEL)** standard, allowing 1. **View Data:** The script will provide links to view your telemetry data (traces, metrics, logs) in the Google Cloud Console. 1. **Details:** Refer to documentation for telemetry in [Google Cloud](#google-cloud). -> **Note:** You can also use `npm run start:gcp` as a shorthand for running the CLI with GCP telemetry. - ### Local Telemetry with Jaeger UI (for Traces) 1. **Run the Command:** Execute the following command from the project root: -- cgit v1.2.3