zookeeper_exporter icon indicating copy to clipboard operation
zookeeper_exporter copied to clipboard

Prometheus exporter for monitoring a ZooKeeper ensemble.

Prometheus ZooKeeper Exporter

An exporter for Prometheus to monitor an Apache ZooKeeper ensemble.

Building and Running

make
./zookeeper_exporter

Modes

zookeeper_exporter can be run in two modes: exhibitor and explicit.

In explicit mode (the default), it monitors a list of ZooKeeper servers given as command line args.

In exhibitor mode, the exporter will automatically discover servers by querying [Exhibitor]. Command lines args are assumed to be a list of Exhibitor nodes. To enable exhibitor mode, use the -exporter.discovery.exhibitor flag.