From 1a87d17f5a9ad295ad7c7d63e53333910d6f8d3b Mon Sep 17 00:00:00 2001 From: Fabian Lange Date: Wed, 18 Dec 2024 11:02:56 +0100 Subject: [PATCH] pipeline: outputs: dash0: replace auth token with placeholder Signed-off-by: Fabian Lange --- pipeline/outputs/dash0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipeline/outputs/dash0.md b/pipeline/outputs/dash0.md index 66873a8a2..d4e6877e1 100644 --- a/pipeline/outputs/dash0.md +++ b/pipeline/outputs/dash0.md @@ -37,7 +37,7 @@ To get started with sending logs to Dash0: Match * Host ingress.eu-west-1.aws.dash0.com Port 443 - Header Authorization Bearer auth_vdOxPqcvSlBkhVQV95wU9TGXh2Fdjliq + Header Authorization Bearer {your-Auth-token-here} Metrics_uri /v1/metrics Logs_uri /v1/logs Traces_uri /v1/traces @@ -51,7 +51,7 @@ To get started with sending logs to Dash0: Match: * Host: ingress.eu-west-1.aws.dash0.com Port: 443 - Header: Authorization Bearer auth_vdOxPqcvSlBkhVQV95wU9TGXh2Fdjliq + Header: Authorization Bearer {your-Auth-token-here} Metrics_uri: /v1/metrics Logs_uri: /v1/logs Traces_uri: /v1/traces