Releases: signalfx/collectd-zookeeper
Releases · signalfx/collectd-zookeeper
v0.1.4
- explicitly read all data and shutdown socket to prevent "Connection reset by peer" errors on the server side
v0.1.3
- skip unknown string values, except
zk_is_leader
and zk_version
v0.1.2
- Cast values to float to prevent invalid strings (#14)
- Provide informative error about mntr requirement (#15)
v0.0.5
- Add
zk_version
dimension
- Fix
zk_service_health
when ZooKeeper is down
- Emit
zk_fsync_threshold_exceed_count
as a counter
v0.0.4
collectd reads numeric config values as floats. This update enhances the plugin to also accept integers if they are passed in.
v0.0.3
Tagging a release to incorporate changes from the past two years. Please see the commit history for a detailed list of changes since the previous release.
v0.0.2
- Add new gauge.zk_is_leader metric.
This metric will have a value of 1 if the server is a 'leader' of the cluster, 0 otherwise