Hi All,
We have multiple prometheus instances, each scraping the metrics of different services
We have a federated prometheus to scrape metrics from these multiple prometheus instances (with honor_labels as true).
If one of the prometheus instance is down, federated prometheus does n't have any metrics of the actual service. So it is becoming hard to understand if the prometheus instance is down or if the actual service is down.
How to get the UP metrics of prometheus instance into federated prometheus?
Thanks
Sandeep