Skip to content

Releases: carlpett/zookeeper_exporter

v1.1.0

15 Jun 05:53
0e30f3a
Compare
Choose a tag to compare

Improvements

  • Can now connect to Zookeeper over TLS (#20, thanks @coderigo!)
  • Support JSON formatted logging (#20)

v1.0.2

01 May 20:40
Compare
Choose a tag to compare

This is primarily an internal cleanup release, but it also adds a zookeeper_exporter_build_info metric with information about the exporter build.
A docker image is also built automatically.

v1.0.1

25 Aug 19:38
Compare
Choose a tag to compare

Bug fixes

#9 - Some errors were not handled, resulting in a panic if the node was scraped just as it was shutting down.

Improvements

Along with above bug fix, a five second timeout has been added to the communication with zookeeper.

v1.0.0

17 Sep 21:20
Compare
Choose a tag to compare

First actual release, only new feature is the build pipeline, though