reflect zookeeper chroot config in readme (#2759)
This commit is contained in:
parent
99888bd614
commit
abe736ee8f
|
@ -15,6 +15,8 @@ from the same topic in parallel.
|
||||||
topics = ["telegraf"]
|
topics = ["telegraf"]
|
||||||
## an array of Zookeeper connection strings
|
## an array of Zookeeper connection strings
|
||||||
zookeeper_peers = ["localhost:2181"]
|
zookeeper_peers = ["localhost:2181"]
|
||||||
|
## 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
|
## Maximum number of metrics to buffer between collection intervals
|
||||||
|
|
Loading…
Reference in New Issue