Skip to content

Releases: oliver006/redis_exporter

v1.70.0

12 Apr 05:12
ad74b2a
Compare
Choose a tag to compare
  • PR #989 - Add discovery endpoint for cluster nodes (thx @steveteuber )
  • PR #993 - Add a few missing metrics, upgrade dep prometheus/client_golang to v1.22.0

v1.69.0

15 Mar 04:40
71dbe37
Compare
Choose a tag to compare
  • PR #984 fix sentinel_master_setting_ckquorum
  • PR #987 more batching to improve checkkeys latency, new memory usage metrics - nice
  • PR #983 Support usernames in password file

v1.68.0

07 Mar 05:19
b6015d5
Compare
Choose a tag to compare
  • PR #968 - maxclients extracted info all (thx @liuqian1990 )
  • PR #981 - Improve latency for key info metrics (size/val)
  • PR #982 - Update Golang to 1.24, bump github.com/prometheus/client_golang to v1.21.1, use alpine 3.21 for docker image

v1.67.0

15 Dec 20:29
e2bb7fd
Compare
Choose a tag to compare

v1.66.0

31 Oct 04:10
d9ccc72
Compare
Choose a tag to compare
  • PR #962 - Change type of search_total_cycles/search_total_ms_run metrics (thx @nantiferov )
  • PR #960 - Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5

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 )