Releases: signalfx/redis-collectd-plugin
Releases · signalfx/redis-collectd-plugin
v1.2.2: Fix master_link_status metric
v1.2.1: Merge pull request #10 from signalfx/SWAT-2218
set max split to 1
Python 3 Support
Support Python 3 Ran the module through 2to3 and fixed byte/str issues.
v1.1.2: Better Error Handling
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
You can use *
in the name of the key for the SendListLength
config.
v1.1.0
v1.0.1
- Enhance compatibility with older versions of collectd
v1.0.0
- Initial Release Tag