Releases: oliver006/redis_exporter
Releases · oliver006/redis_exporter
v1.66.0
- 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
- 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.0
- 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
- 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
- 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
- PR #915 - Add flag to skip CONFIG call
- PR #912 - Bump alpine base image to 3.20 (thx @neiljain )
v1.60.0
- 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
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
- PR #880 - Added missing RDB metrics (thx @vin01 )
- PR #882 - Using Golang 1.22 for builds, bumped alpine docker base to 3.19.1