Skip to content

Releases: oliver006/redis_exporter

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 )

v0.19.1

13 Jun 17:28
ce489e3
Compare
Choose a tag to compare
  • new metric for length of the slowlog (thx @EriconYu )

v0.19.0

06 Jun 19:52
b1a4128
Compare
Choose a tag to compare
  • allow metrics collection via custom lua scripts (thx @wojas !)

v0.18.0

10 May 15:44
5643633
Compare
Choose a tag to compare
  • add config_maxclients to metrics (thx @fajpunk )

v0.17.2

08 Apr 15:02
Compare
Choose a tag to compare
  • force rebuild as previous docker builds and pushes failed due to auth issue

v0.17.1

22 Mar 14:41
e0df016
Compare
Choose a tag to compare
  • fix db counting issue in cluster_enabled:1 mode