Redis Exporter Versions Save

Prometheus Exporter for Redis Metrics. Supports Redis 2.x, 3.x, 4.x, 5.x, 6.x, and 7.x

v1.59.0

4 weeks ago

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

3 months ago
  • 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

3 months ago
  • 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

4 months ago
  • PR #864 - Update client info parsing to accept IPv6 addresses (thx @edward-milkey )

v1.55.0

7 months ago
  • 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

8 months ago
  • PR #828 - Update alpine image to alpine:3.18.2 (thx @tunguyen9889 )

v1.53.0

8 months ago
  • PR #824 - Fix stream info retrieval

v1.52.0

9 months ago
  • 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

11 months ago
  • 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

1 year ago
  • PR #783 - Add endpoint to hot-reload password file (thx @dartagnanli )