docs(inputs.kafka_consumer): Remove whitespace (#14348)
This commit is contained in:
parent
147cec3417
commit
c04fcc7066
|
|
@ -70,7 +70,7 @@ to use them.
|
||||||
|
|
||||||
## The name of kafka message header which value should override the metric name.
|
## 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
|
## 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.
|
## option, it will be excluded from the msg_headers_to_tags list.
|
||||||
# msg_header_as_metric_name = ""
|
# msg_header_as_metric_name = ""
|
||||||
|
|
||||||
## Optional Client id
|
## Optional Client id
|
||||||
|
|
|
||||||
|
|
@ -27,10 +27,10 @@
|
||||||
## works only for Kafka version 0.11+, on lower versions the message headers
|
## works only for Kafka version 0.11+, on lower versions the message headers
|
||||||
## are not available
|
## are not available
|
||||||
# msg_headers_to_tags = []
|
# msg_headers_to_tags = []
|
||||||
|
|
||||||
## The name of kafka message header which value should override the metric name.
|
## 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
|
## 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.
|
## option, it will be excluded from the msg_headers_to_tags list.
|
||||||
# msg_header_as_metric_name = ""
|
# msg_header_as_metric_name = ""
|
||||||
|
|
||||||
## Optional Client id
|
## Optional Client id
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue