Skip to content

Releases: oliver006/redis_exporter

v1.65.0

15 Oct 04:07
7ffe57f
Compare
Choose a tag to compare
  • PR #959 - Support valkey:// and valkeys:// scheme

This release uses a new config for the docker images.
Please open an issue if you encounter problems.

v1.64.1

08 Oct 15:26
6d86815
Compare
Choose a tag to compare

v1.64.0

08 Oct 03:53
c59f5c4
Compare
Choose a tag to compare
  • PR #944 - Support exporting configured_hz from info server (thx @justinmir )
  • PR #951 - Add Replication Traffic To Exported Metrics (thx @fluetm)
  • PR #953 - Feature: Add redis search module metrics (thx @nantiferov )
  • PR #957 - Add new Redis 7.x info metrics and other useful ones. (thx @mindw )


BREAKING CHANGE

  • PR #950 - Re-implement client details to have deterministic cardinality (thx @mindw )

v1.63.0

09 Sep 05:40
Compare
Choose a tag to compare
  • PR #924 - Add add label master_replid to metricinstance_info (thx @wilkice)
  • PR #933 - Export client-output-buffer-limit (thx @jdheyburn)
  • Updated dependencies: Golang 1.23, prometheus/client_golang 1.20.2,

v1.62.0

17 Jul 05:12
620cb99
Compare
Choose a tag to compare
  • PR #917 - fix stream entry id metric for Redis 6 (thx @gitsang )
  • PR #921 - Bump alpine to use latest 3.20 image (thx @neiljain )

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