Skip to content

Commit

Permalink
make it clear that you can use multiple add_label
Browse files Browse the repository at this point in the history
  • Loading branch information
Frefreak committed May 16, 2023
1 parent 50fc9a5 commit 3662364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/outputs/opentelemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Important Note: At the moment only HTTP endpoints are supported.
| traces_uri | Specify an optional HTTP URI for the target web server listening for traces, e.g: /v1/traces | / |
| header | Add a HTTP header key/value pair. Multiple headers can be set. | |
| log_response_payload | Log the response payload within the Fluent Bit log | false |
| 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 | |
| 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| |
| compress | Set payload compression mechanism. Option available is 'gzip' | |

## Getting Started
Expand Down

0 comments on commit 3662364

Please sign in to comment.