Skip to content

Releases: oliver006/redis_exporter

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 )

v1.51.0

15 Jun 03:15
Compare
Choose a tag to compare
  • PR #810 - Check redis config values, and skip non string replies (thx @sergelogvinov )
  • Bump alpine container image to alpine:3.18.2
  • Bump github.com/prometheus/client_golang to 1.15.1
  • Bump github.com/sirupsen/logrus to 1.9.3

v1.50.0

09 Apr 14:49
b5e0200
Compare
Choose a tag to compare

v1.49.0

30 Mar 02:23
Compare
Choose a tag to compare
  • PR #781 - Fix support for Redis clusters with TLS enabled (thx @aballman )

v1.48.0

03 Mar 03:19
30fba62
Compare
Choose a tag to compare

v1.47.0

25 Feb 03:21
Compare
Choose a tag to compare

v1.46.0

28 Jan 22:07
Compare
Choose a tag to compare

v1.45.0

28 Oct 02:55
ec7ec0f
Compare
Choose a tag to compare
  • PR #710 - KeyDB multimaster support (thx @mihaiush )
  • PR #708 - Bump github.com/prometheus/client_model from 0.2.0 to 0.3.0

v1.44.0

25 Aug 05:20
19f7b03
Compare
Choose a tag to compare
  • PR #691 - Add Redis Sentinel metrics ckquorum metric (thx @opan )