We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c614fb commit 3b2d793Copy full SHA for 3b2d793
pipeline/outputs/dash0.md
@@ -37,7 +37,7 @@ To get started with sending logs to Dash0:
37
Match *
38
Host ingress.eu-west-1.aws.dash0.com
39
Port 443
40
- Header Authorization Bearer auth_vdOxPqcvSlBkhVQV95wU9TGXh2Fdjliq
+ Header Authorization Bearer {your-Auth-token-here}
41
Metrics_uri /v1/metrics
42
Logs_uri /v1/logs
43
Traces_uri /v1/traces
@@ -51,7 +51,7 @@ To get started with sending logs to Dash0:
51
Match: *
52
Host: ingress.eu-west-1.aws.dash0.com
53
Port: 443
54
- Header: Authorization Bearer auth_vdOxPqcvSlBkhVQV95wU9TGXh2Fdjliq
+ Header: Authorization Bearer {your-Auth-token-here}
55
Metrics_uri: /v1/metrics
56
Logs_uri: /v1/logs
57
Traces_uri: /v1/traces
0 commit comments