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.
On Tuesday, April 7, 2020 at 12:30:54 PM UTC-7, sayf eddine Hammemi wrote: > > 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 > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/237f4eae-b6c9-4714-81f6-3940e1bcdb78%40googlegroups.com.

