Skip to content

Releases: oliver006/redis_exporter

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 )

v0.23.0

03 Dec 17:28
10045b8
Compare
Choose a tag to compare

v0.22.1

18 Nov 05:18
77c2c78
Compare
Choose a tag to compare

v0.22.0

08 Nov 15:41
d870a53
Compare
Choose a tag to compare
  • PR #194 - record slowlog_last_id metric (thx @cgroschupp )
  • PR #197 - build releases with Golang 1.11

v0.21.2

20 Sep 18:13
8bb0b84
Compare
Choose a tag to compare

PR #180 - more persistence related metrics (thx @zakharovvi )

v0.21.1

21 Aug 13:28
e0b388f
Compare
Choose a tag to compare

PR #179 - environment variables for all command line options (thx @dkanchev )

v0.21.0

01 Aug 15:01
Compare
Choose a tag to compare
  • PR #172 - added check-single-keys and make check-keys not use KEYS (thx @fajpunk )
  • PR #180 - add total_system_memory metric (thx @EriconYu )

v0.20.2

03 Jul 14:15
Compare
Choose a tag to compare
  • for Prometheus 2.3.1 compatibility all metrics now have the Help field populated (thx @carlo-blohm )

v0.20.1

26 Jun 04:35
Compare
Choose a tag to compare
  • fixed name of slowlog_length metric (thx @xginn8 )
  • fixed start_time_seconds metric (thx @xginn8 )

v0.20.0

23 Jun 16:37
e09ba23
Compare
Choose a tag to compare
  • added a new metric iwth the timestamp of when the redis instance was started (thx @xginn8 )
  • fixed a CloudFoundry host discovery issue (thx @ihrigb )