Skip to content

Commit 3662364

Browse files
committed
make it clear that you can use multiple add_label
1 parent 50fc9a5 commit 3662364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/outputs/opentelemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Important Note: At the moment only HTTP endpoints are supported.
2020
| traces_uri | Specify an optional HTTP URI for the target web server listening for traces, e.g: /v1/traces | / |
2121
| header | Add a HTTP header key/value pair. Multiple headers can be set. | |
2222
| log_response_payload | Log the response payload within the Fluent Bit log | false |
23-
| add_label | This allows you to add custom labels to all metrics and logs (resource attributes) exposed through the OpenTelemetry exporter. You may have multiple of these fields | |
23+
| add_label | This allows you to add custom labels to all metrics and logs (resource attributes) exposed through the OpenTelemetry exporter. You may have multiple `add_label` fields for each label you want to add| |
2424
| compress | Set payload compression mechanism. Option available is 'gzip' | |
2525

2626
## Getting Started

0 commit comments

Comments
 (0)