From 366236410538896aa72a4a4f1a292c690d1a456a Mon Sep 17 00:00:00 2001 From: carsonzhu Date: Tue, 16 May 2023 19:19:03 +0800 Subject: [PATCH] make it clear that you can use multiple `add_label` --- pipeline/outputs/opentelemetry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/outputs/opentelemetry.md b/pipeline/outputs/opentelemetry.md index 62dabd4a4..3611324da 100644 --- a/pipeline/outputs/opentelemetry.md +++ b/pipeline/outputs/opentelemetry.md @@ -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