Skip to content

Releases: oliver006/redis_exporter

v0.33.0

09 Apr 18:16
Compare
Choose a tag to compare

v0.32.0

22 Mar 18:29
56b5fb9
Compare
Choose a tag to compare
  • fix bugs around missing cluster metrics that I introduced in PR #238

v0.31.0

21 Mar 19:41
Compare
Choose a tag to compare
  • PR #240 - add last_slow_execution_duration_seconds (thx @sKabYY )
  • PR #243 - fix IPv6 address parsing in cluster metrics (thx @jobec )

v0.30.0

02 Mar 19:48
Compare
Choose a tag to compare

v0.29.0

21 Feb 15:34
Compare
Choose a tag to compare

v0.28.0

30 Jan 15:21
Compare
Choose a tag to compare

v0.27.0

23 Jan 02:14
Compare
Choose a tag to compare
  • 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

09 Jan 18:12
bdb3216
Compare
Choose a tag to compare
  • first release that provides alpine and scratch docker images (thx for the PR @mdawar )

v0.25.0

22 Dec 18:04
1b148d9
Compare
Choose a tag to compare
  • PR #211 smaller binaries and docker container images (thx @nrvnrvn )

v0.24.0

20 Dec 01:57
e77a1bd
Compare
Choose a tag to compare
  • 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 )