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'm trying to communicate with the redis-exporter in each rfr- pod, but as the normal Prometheus annotations are missing, and I only have one service to communicate with all three of my pods, I don't get the data I want.
Have you thought about adding the annotation to each redis-exporter container? So that we can scrape each of them, instead of a service point?
Also, do we really need the service point for Prometheus scraping? Isn't it better to scrape each pod with an redis-exporter, so we get more precise data about the load?
I'm writing the code needed for it for us. Can create a PR when I'm done.
The text was updated successfully, but these errors were encountered:
I'm trying to communicate with the redis-exporter in each
rfr-
pod, but as the normal Prometheus annotations are missing, and I only have oneservice
to communicate with all three of my pods, I don't get the data I want.Have you thought about adding the annotation to each redis-exporter container? So that we can scrape each of them, instead of a service point?
The annotation I'm thinking about is:
Also, do we really need the service point for Prometheus scraping? Isn't it better to scrape each pod with an redis-exporter, so we get more precise data about the load?
I'm writing the code needed for it for us. Can create a PR when I'm done.
The text was updated successfully, but these errors were encountered: