fix(inputs.kafka_consumer): Correctly setting name to msg_headers_as_tags (#14679)
This commit is contained in:
parent
9673d22e5b
commit
4c2ba74824
|
|
@ -66,11 +66,11 @@ to use them.
|
|||
## The list of Kafka message headers that should be pass as metric tags
|
||||
## works only for Kafka version 0.11+, on lower versions the message headers
|
||||
## are not available
|
||||
# msg_headers_to_tags = []
|
||||
# msg_headers_as_tags = []
|
||||
|
||||
## The name of kafka message header which value should override the metric name.
|
||||
## In case when the same header specified in current option and in msg_headers_to_tags
|
||||
## option, it will be excluded from the msg_headers_to_tags list.
|
||||
## In case when the same header specified in current option and in msg_headers_as_tags
|
||||
## option, it will be excluded from the msg_headers_as_tags list.
|
||||
# msg_header_as_metric_name = ""
|
||||
|
||||
## Optional Client id
|
||||
|
|
|
|||
|
|
@ -26,11 +26,11 @@
|
|||
## The list of Kafka message headers that should be pass as metric tags
|
||||
## works only for Kafka version 0.11+, on lower versions the message headers
|
||||
## are not available
|
||||
# msg_headers_to_tags = []
|
||||
# msg_headers_as_tags = []
|
||||
|
||||
## The name of kafka message header which value should override the metric name.
|
||||
## In case when the same header specified in current option and in msg_headers_to_tags
|
||||
## option, it will be excluded from the msg_headers_to_tags list.
|
||||
## In case when the same header specified in current option and in msg_headers_as_tags
|
||||
## option, it will be excluded from the msg_headers_as_tags list.
|
||||
# msg_header_as_metric_name = ""
|
||||
|
||||
## Optional Client id
|
||||
|
|
|
|||
Loading…
Reference in New Issue