How to capture distribution metrics of the redis cluster?

85 views Asked by At

We have a redis cluster containing multiple redis instances. We also have a spring boot app that read from/write to this cluster. Now we want to use micrometer/prometheus/grafana to capture operation distribution metrics of the cluster (for example, this cluster have 3 instances and the counter metrics should show me 1k request to instance 1, 900 to instance 2 and 0 to instance 3 since instance 3 was not running).

I would like to get your idea how to archive this requirement. Please help!

Spring boot version: 2.3.9-RELEASE
Redisson version: 3.15.0
0

There are 0 answers