Skip to content

Commit 6ffb73f

Browse files
committed
Adjusted counter dashO examples to use 2 space indents. Part of issue #1899.
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 52b4a03 commit 6ffb73f

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

pipeline/outputs/dash0.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,29 +35,29 @@ To get started with sending logs to Dash0:
3535
```yaml
3636
pipeline:
3737

38-
outputs:
39-
- name: opentelemetry
40-
match: '*'
41-
host: ingress.eu-west-1.aws.dash0.com
42-
port: 443
43-
header: Authorization Bearer {your-Auth-token-here}
44-
metrics_uri: /v1/metrics
45-
logs_uri: /v1/logs
46-
traces_uri: /v1/traces
38+
outputs:
39+
- name: opentelemetry
40+
match: '*'
41+
host: ingress.eu-west-1.aws.dash0.com
42+
port: 443
43+
header: Authorization Bearer {your-Auth-token-here}
44+
metrics_uri: /v1/metrics
45+
logs_uri: /v1/logs
46+
traces_uri: /v1/traces
4747
```
4848
{% endtab %}
4949
{% tab title="fluent-bit.conf" %}
5050
5151
```text
5252
[OUTPUT]
53-
Name opentelemetry
54-
Match *
55-
Host ingress.eu-west-1.aws.dash0.com
56-
Port 443
57-
Header Authorization Bearer {your-Auth-token-here}
58-
Metrics_uri /v1/metrics
59-
Logs_uri /v1/logs
60-
Traces_uri /v1/traces
53+
Name opentelemetry
54+
Match *
55+
Host ingress.eu-west-1.aws.dash0.com
56+
Port 443
57+
Header Authorization Bearer {your-Auth-token-here}
58+
Metrics_uri /v1/metrics
59+
Logs_uri /v1/logs
60+
Traces_uri /v1/traces
6161
```
6262

6363
{% endtab %}

0 commit comments

Comments
 (0)