Comment on It's Gonna Be A Good Day, 'Tater
__init__@programming.dev 1 day agoYou should be able to just add a scrape config to your existing deployment of prometheus
Comment on It's Gonna Be A Good Day, 'Tater
__init__@programming.dev 1 day agoYou should be able to just add a scrape config to your existing deployment of prometheus
irmadlad@lemmy.world 1 day ago
Thank you for the reply. I guess I am thinking, why have multiple Prometheus instances running, eating up resources, when I could do it with just one.
MXX53@programming.dev 1 day ago
Sorry I didn’t get back to you right away. But this is correct. I just have Prometheus scrape cAdvisor.
irmadlad@lemmy.world 1 day ago
You’re fine. Thanks for the follow up.
__init__@programming.dev 1 day ago
For sure. Simplifies querying the data too, since you won’t need to deal with multiple data sources in grafana.
irmadlad@lemmy.world 1 day ago
Awesome!