Skip to content

Releases: signalfx/redis-collectd-plugin

v1.2.2: Fix master_link_status metric

09 Jun 12:38
6377237
Compare
Choose a tag to compare
  • Translate master_link_status metric correctly and catch casting exceptions

v1.2.1: Merge pull request #10 from signalfx/SWAT-2218

05 Nov 18:07
ddc7979
Compare
Choose a tag to compare

Python 3 Support

05 Dec 19:03
Compare
Choose a tag to compare
Support Python 3

Ran the module through 2to3 and fixed byte/str issues.

v1.1.2: Better Error Handling

11 Sep 14:52
28378aa
Compare
Choose a tag to compare

Previously, if a metric name did not exist, it would cause the read cycle to raise an unhandled exception that would cause collectd to delay the plugin using binary backoff.

Now it just logs the error and moves on without causing the read callback failure.

v1.1.1: Wildcards in Key Length Metric Config

13 Nov 16:34
0f9a1ce
Compare
Choose a tag to compare

You can use * in the name of the key for the SendListLength config.

v1.1.0

10 Nov 16:04
3f4dd02
Compare
Choose a tag to compare

added support for key_llen metrics to monitor length of array keys

v1.0.1

23 Aug 17:55
Compare
Choose a tag to compare
  • Enhance compatibility with older versions of collectd

v1.0.0

19 Jun 15:49
Compare
Choose a tag to compare
  • Initial Release Tag