You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
Hello
I have two scrape configs that provide the same metrics +- timestamps ofc for HA reasons. is there any simple way to configure Prometheus to ignore one and take another ? so if one of them is down we switch to the second. I am trying to avoid using HA DNS apparatus
Thanks
Jake Utley
unread,
Apr 7, 2020, 7:04:09 PM4/7/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
Are you saying that you have one Prometheus instance that has redundant scrape configurations? That's an unusual pattern. Usually you want to have two Prometheus instances with identical configurations for high availability. Generally you can scrape either one and you'll get a reasonable result, or you can use Thanos or Cortex to deduplicate the HA data.