Releases: oliver006/redis_exporter
Releases · oliver006/redis_exporter
v1.68.0
- 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.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