Skip to content

Releases: signalfx/collectd-zookeeper

v0.1.4

23 Jun 20:29
58f1ade
Compare
Choose a tag to compare
  • explicitly read all data and shutdown socket to prevent "Connection reset by peer" errors on the server side

v0.1.3

22 Apr 18:10
8c4ec9e
Compare
Choose a tag to compare
  • skip unknown string values, except zk_is_leader and zk_version

v0.1.2

20 Jan 21:06
0834baa
Compare
Choose a tag to compare
  • Cast values to float to prevent invalid strings (#14)
  • Provide informative error about mntr requirement (#15)

v0.0.5

13 May 21:37
a077a4d
Compare
Choose a tag to compare
  • Add zk_version dimension
  • Fix zk_service_health when ZooKeeper is down
  • Emit zk_fsync_threshold_exceed_count as a counter

v0.0.4

24 Sep 15:12
c3f74d9
Compare
Choose a tag to compare

collectd reads numeric config values as floats. This update enhances the plugin to also accept integers if they are passed in.

v0.0.3

15 Jun 19:22
Compare
Choose a tag to compare

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

04 Sep 14:19
Compare
Choose a tag to compare
  • 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

v0.0.1

03 Sep 20:30
Compare
Choose a tag to compare

Initial release