Releases: oliver006/redis_exporter
Releases · oliver006/redis_exporter
Release list
v1.89.0
v1.88.0
v1.87.0
- PR #1132 - Adding commandlog metrics (thx @Sasidharan3094 )
- PR #1135 - Add TLS server name
- PR #1140 - Update Alpine version to 3.24 (thx @illiafox )
- PR #1145 - Add Valkey 9.1 active time INFO metrics (thx @mr1jingles )
- PR #1143 - fix: prevent exporter crash on invalid RediSearch index regex (thx @destinyoooo )
v1.86.0
v1.85.0
v1.84.0
- PR #1119 - Guard empty percentile key in extractPercentileVal to prevent panic (thx @0xVijay )
- PR #1120 - Expose repl-backlog-size config as config_repl_backlog_size (thx @jdheyburn )
- PR #1122 - Fix: correct format verb typo in scrapeHandler error message (thx @jackiesre721 )
v1.83.0
- PR #1095 - Add support for RDB current file size metric (thx @akshaykumar-vijapur )
- PR #1097 - Add sentinel_peer_info metric for Sentinel peer discovery (thx @tomatopunk )
- PR #1106 - Add
--disable-scrape-endpointflag (thx @co-cy ) - PR #1107 - Add option to execute Lua scripts with EVAL_RO (thx @nantiferov )
v1.82.0
PR #1089 - Bump golang.org/x/crypto from 0.47.0 to 0.48.0
PR #1091 - Allow exporting metrics based on hostnames via cluster discovery (thx @raja-anbazhagan )
PR #1098 - Bump Golang version to 1.26
PR #1075 - Allow adding redis role label to all redis related metrics (thx @nantiferov )
v1.81.0
v1.80.2
[EDIT 2026-05-06] Updated description, the release notes originally said "no code changes, just rebuilding with latest Golang version (1.25.6)" but it indeed included a bunch of changes, see below for details
- PR #1066 - Add basic-auth-hash-password flag for encrypted basic auth (thx @weidongkl )
- PR #1069 - Add event loop metrics for Redis 7.0 (thx @chungeun-choi )
- PR #1071 - Updated Alpine version to 3.23 (thx @rjaros87 )
- PR #1078 - Add Sentinel metrics to improve failover detection and monitoring (thx @diydriller )