File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -35,29 +35,29 @@ To get started with sending logs to Dash0:
3535``` yaml
3636pipeline :
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 %}
You can’t perform that action at this time.
0 commit comments