docs(inputs.zookeeper): document use of prometheus plugin (#11658)
This commit is contained in:
parent
5d669e2724
commit
de414da72d
|
|
@ -3,6 +3,12 @@
|
||||||
The zookeeper plugin collects variables outputted from the 'mntr' command
|
The zookeeper plugin collects variables outputted from the 'mntr' command
|
||||||
[Zookeeper Admin](https://zookeeper.apache.org/doc/current/zookeeperAdmin.html).
|
[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://<ip>: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
|
## Configuration
|
||||||
|
|
||||||
```toml @sample.conf
|
```toml @sample.conf
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue