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

Config metrics for Sentinel instances #841

Open zygisa opened 9 months ago

zygisa commented 9 months ago

Hi,

A bit of a general question: Is it possible to get config metrics for Sentinel instances? Enabling include-config-metrics doesn't seem to work.

Thanks!

oliver006 commented 8 months ago

Interesting. Looks like sentinel configs can be retrieved via sentinel config get *

Should be an easy change, happy to review and merge a PR if you're interested in taking this on.