oliver006 / redis_exporter

Prometheus Exporter for ValKey & Redis Metrics. Supports ValKey and Redis 2.x, 3.x, 4.x, 5.x, 6.x, and 7.x
https://github.com/oliver006/redis_exporter
MIT License
3.03k stars 859 forks source link

fix scrapping for redis < 4.0 #860

Closed jcaspes closed 6 months ago

jcaspes commented 6 months ago

This fix avoid an exception to bee thrown so scrapping fail for redis version < 4.0 Metrics will so only contains keys_group_count and not memory_usage Tested on docker redis 3.2.4: (docker pull r900/redis:3.2.4)

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 229


Totals Coverage Status
Change from base Build 227: 0.01%
Covered Lines: 1949
Relevant Lines: 2118

💛 - Coveralls