Remove documentation in kafka_consumer for metric_buffer

This commit is contained in:
Daniel Nelson 2017-05-03 11:51:49 -07:00
parent f5c890cc1d
commit 613de8a80d
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 0 additions and 3 deletions

View File

@ -19,13 +19,10 @@ from the same topic in parallel.
zookeeper_chroot = ""
## the name of the consumer group
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 = "oldest"
## Data format to consume.
## Each data format has its own unique set of configuration options, read
## more about them here:
## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_INPUT.md