From a01992194b7cd6cf02a5a745708f0c8aec84915d Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Wed, 1 May 2024 17:24:38 +0100 Subject: [PATCH] Use OpenTelemetry token for traces Signed-off-by: Michel Hollands --- docs/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 15bcb17..e827d5c 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -34,12 +34,12 @@ --from-literal=endpoint='https://prometheus-us-central1.grafana.net/api/prom/push' kubectl create secret generic traces -n meta \ - --from-literal=username= \ + --from-literal=username= \ --from-literal=password= - --from-literal=endpoint='https://tempo-us-central1.grafana.net/tempo' + --from-literal=endpoint='https://otlp-gateway-prod-us-east-0.grafana.net/otlp' ``` - The logs, metrics and traces usernames are the `User / Username / Instance IDs` of the Loki, Prometheus/Mimir and Tempo instances in Grafana Cloud. From `Home` in Grafana click on `Stacks`. Then go to the `Details` pages of Loki, Prometheus/Mimir and Tempo. + The logs, metrics and traces usernames are the `User / Username / Instance IDs` of the Loki, Prometheus/Mimir and OpenTelemetry instances in Grafana Cloud. From `Home` in Grafana click on `Stacks`. Then go to the `Details` pages of Loki and Prometheus/Mimir. For OpenTelemetry go to the `Configure` page. 1. Create a values.yaml file based on the [default one](../charts/meta-monitoring/values.yaml). Fill in the names of the secrets created above as needed. An example minimal values.yaml looks like this: