Remove documentation in kafka_consumer for metric_buffer
This commit is contained in:
parent
abe736ee8f
commit
23cdf12d83
|
@ -19,13 +19,10 @@ from the same topic in parallel.
|
||||||
zookeeper_chroot = ""
|
zookeeper_chroot = ""
|
||||||
## the name of the consumer group
|
## the name of the consumer group
|
||||||
consumer_group = "telegraf_metrics_consumers"
|
consumer_group = "telegraf_metrics_consumers"
|
||||||
## Maximum number of metrics to buffer between collection intervals
|
|
||||||
metric_buffer = 100000
|
|
||||||
## Offset (must be either "oldest" or "newest")
|
## Offset (must be either "oldest" or "newest")
|
||||||
offset = "oldest"
|
offset = "oldest"
|
||||||
|
|
||||||
## Data format to consume.
|
## Data format to consume.
|
||||||
|
|
||||||
## Each data format has its own unique set of configuration options, read
|
## Each data format has its own unique set of configuration options, read
|
||||||
## more about them here:
|
## more about them here:
|
||||||
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
|
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md
|
||||||
|
|
Loading…
Reference in New Issue