Skip to content

Releases: oliver006/redis_exporter

v1.61.0

09 Jun 17:25
e9871c1
Compare
Choose a tag to compare
  • PR #915 - Add flag to skip CONFIG call
  • PR #912 - Bump alpine base image to 3.20 (thx @neiljain )

v1.60.0

31 May 06:08
de84178
Compare
Choose a tag to compare
  • PR #913 - Add option to exclude collecting latency histogram metrics (thx @nantiferov )
  • PR #910 - Add collection of mem_total_replication_buffers (thx @nantiferov )
  • PR #906 - Add option to exclude consumer from streaming metrics (thx @nantiferov )
  • PR #903 - Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1

v1.59.0

21 Apr 03:56
46861ba
Compare
Choose a tag to compare

Dependency updates

  • Bump github.com/prometheus/client_model to 0.6.1
  • Bump prometheus/client_golang to v1.19.0
  • Bump github.com/gomodule/redigo from 1.8.9 to 1.9.2

and

  • Support Docker Compose V2 in Makefile (thx @bjosv )

v1.58.0

17 Feb 07:01
99ff138
Compare
Choose a tag to compare
  • PR #880 - Added missing RDB metrics (thx @vin01 )
  • PR #882 - Using Golang 1.22 for builds, bumped alpine docker base to 3.19.1

v1.57.0

25 Jan 06:03
Compare
Choose a tag to compare
  • PR #867 - Add graceful shutdown (thx @wanghaowei0107 )
  • PR #866 - Update missing sentinel master config metrics (thx @opan )
  • PR #865 - Bump prometheus/client_golang from 1.17.0 to 1.18.0

v1.56.0

28 Dec 04:33
8b2b2e9
Compare
Choose a tag to compare

v1.55.0

11 Oct 03:19
82aa26f
Compare
Choose a tag to compare
  • PR #836 - Fix cluster refresh failed when using pasword file with isCluster mode (thx @chetratep )
  • PR #837 - Add metric for pubsubshard_channels (thx @DriverX )
  • PR #838 - Bump github.com/prometheus/client_golang to 1.17.0
  • PR #840 - Bump prometheus/client_model to 0.5.0

v1.54.0

05 Sep 21:51
4df89bf
Compare
Choose a tag to compare

v1.53.0

26 Aug 15:46
Compare
Choose a tag to compare
  • PR #824 - Fix stream info retrieval

v1.52.0

26 Jul 02:13
1b22581
Compare
Choose a tag to compare
  • PR #817 - Extended stream metrics for Redis 7 (thx @donovanvanheerden )
  • PR #813 - Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0
  • PR #809 - Add option to disable exporting values of keys (thx @vin01 )