Releases: oliver006/redis_exporter
Releases · oliver006/redis_exporter
v0.32.0
- fix bugs around missing cluster metrics that I introduced in PR #238
v0.31.0
- PR #240 - add last_slow_execution_duration_seconds (thx @sKabYY )
- PR #243 - fix IPv6 address parsing in cluster metrics (thx @jobec )
v0.27.0
- PR #220 - Add slave_port attribute to metric "redis_connected_slave_offset" (thx @redzippo1 )
- PR #229 - Bring back total_system_memory_bytes metric (thx @juris )
v0.26.0
- first release that provides alpine and scratch docker images (thx for the PR @mdawar )
v0.25.0
- PR #211 smaller binaries and docker container images (thx @nrvnrvn )
v0.24.0
- PR #210 bring back some accidentally dropped commits (from #179 #186 #188 )
- PR #214 treat string response "err" as failure and set gauge to zero (to fix #213 )