summaryrefslogtreecommitdiff
path: root/docs/core
diff options
context:
space:
mode:
Diffstat (limited to 'docs/core')
-rw-r--r--docs/core/telemetry.md4
1 files changed, 1 insertions, 3 deletions
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: