From de414da72d795f955457849f68d8c0b551329c35 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Thu, 11 Aug 2022 08:14:58 -0600 Subject: [PATCH] docs(inputs.zookeeper): document use of prometheus plugin (#11658) --- plugins/inputs/zookeeper/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins/inputs/zookeeper/README.md b/plugins/inputs/zookeeper/README.md index bd458d406..b02dc3007 100644 --- a/plugins/inputs/zookeeper/README.md +++ b/plugins/inputs/zookeeper/README.md @@ -3,6 +3,12 @@ The zookeeper plugin collects variables outputted from the 'mntr' command [Zookeeper Admin](https://zookeeper.apache.org/doc/current/zookeeperAdmin.html). +If in Zookeper, the Prometheus Metric provider is enabled, instead use the +`prometheus` input plugin. By default, the Prometheus metrics are exposed at +`http://:7000/metrics` URL. Using the `prometheus` input plugin provides a +native solution to read and process Prometheus metrics, while this plugin is +specific to using `mntr` to collect the Java Properties format. + ## Configuration ```toml @sample.conf