Skip to content

Commit 3b2d793

Browse files
authored
pipeline: outputs: dash0: replace auth token with placeholder (#1533)
Signed-off-by: Fabian Lange <[email protected]>
1 parent 5c614fb commit 3b2d793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline/outputs/dash0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To get started with sending logs to Dash0:
3737
Match *
3838
Host ingress.eu-west-1.aws.dash0.com
3939
Port 443
40-
Header Authorization Bearer auth_vdOxPqcvSlBkhVQV95wU9TGXh2Fdjliq
40+
Header Authorization Bearer {your-Auth-token-here}
4141
Metrics_uri /v1/metrics
4242
Logs_uri /v1/logs
4343
Traces_uri /v1/traces
@@ -51,7 +51,7 @@ To get started with sending logs to Dash0:
5151
Match: *
5252
Host: ingress.eu-west-1.aws.dash0.com
5353
Port: 443
54-
Header: Authorization Bearer auth_vdOxPqcvSlBkhVQV95wU9TGXh2Fdjliq
54+
Header: Authorization Bearer {your-Auth-token-here}
5555
Metrics_uri: /v1/metrics
5656
Logs_uri: /v1/logs
5757
Traces_uri: /v1/traces

0 commit comments

Comments
 (0)