Releases: oliver006/redis_exporter
Releases · oliver006/redis_exporter
v1.57.0
- 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.55.0
- 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.53.0
- PR #824 - Fix stream info retrieval
v1.52.0
- 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
- 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.49.0
- PR #781 - Fix support for Redis clusters with TLS enabled (thx @aballman )