Releases: carlpett/zookeeper_exporter
Releases · carlpett/zookeeper_exporter
v1.1.0
Improvements
- Can now connect to Zookeeper over TLS (#20, thanks @coderigo!)
- Support JSON formatted logging (#20)
v1.0.2
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
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
First actual release, only new feature is the build pipeline, though