You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A very simple prometheus exporter for zookeeper 3.4+.
3
+
A Prometheus exporter for Zookeeper 3.4+. It send the `mntr` command to a Zookeeper node and converts the output to Prometheus format.
4
4
5
-
### Limitations
5
+
## Usage
6
+
Download the [latest release](https://github.com/carlpett/zookeeper_exporter/releases), pull [the Docker image](https://hub.docker.com/r/carlpett/zookeeper_exporter/) or follow the instructions below for building the source.
7
+
8
+
There is a `-help` flag for listing the available flags.
9
+
10
+
## Building from source
11
+
`go get -u github.com/carlpett/zookeeper_exporter` and then `make build`.
12
+
13
+
## Limitations
6
14
Due to the type of data exposed by Zookeeper's `mntr` command, it currently resets Zookeeper's internal statistics every time it is scraped. This makes it unsuitable for having multiple parallel scrapers.
0 commit comments