You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used your redis_exporter image to push local redis instance metrics to prometheus.That was really easy and wonderful. I love the metrics coming to prometheus and grafana at the end. But I'm not sure how we can use this for aws redis cluster as they open only port 6379 and we can't see any metrics from that port! I see you have something for azure redis cluster in the readme.
Could you let me know how we can use it for AWS redis cluster #REDIS #AWS #HELP
The text was updated successfully, but these errors were encountered:
How did you try to run the exporter? What's the log output?
You should be able to pass the address of your AWS cluster to the redis_exporter using --addr=<<address here>> and it should be able to scrape the instance just fine.
Hi ,
I have used your redis_exporter image to push local redis instance metrics to prometheus.That was really easy and wonderful. I love the metrics coming to prometheus and grafana at the end. But I'm not sure how we can use this for aws redis cluster as they open only port 6379 and we can't see any metrics from that port! I see you have something for azure redis cluster in the readme.
Could you let me know how we can use it for AWS redis cluster #REDIS #AWS #HELP
The text was updated successfully, but these errors were encountered: