Skip to content

Commit

Permalink
pipeline: outputs: dash0: replace auth token with placeholder
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Lange <[email protected]>
  • Loading branch information
CodingFabian committed Dec 18, 2024
1 parent 5c614fb commit 1a87d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline/outputs/dash0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1a87d17

Please sign in to comment.