diff options
| author | Jerop Kipruto <[email protected]> | 2025-06-15 22:45:16 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-16 02:45:16 +0000 |
| commit | a6c16ab08df86b2777b8e793a08e997feb4419a4 (patch) | |
| tree | fa99af7f3c8309749475828cffe5e9d31469b1c7 /docs/core | |
| parent | bedff2ca7969cd7d4a6b7dca8c6cc0805b357356 (diff) | |
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
Diffstat (limited to 'docs/core')
| -rw-r--r-- | docs/core/telemetry.md | 4 |
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: |
