You are scraping targets where the exporter doesn't exist. This means you have two options if you don't want to see endpoints as down:
1. Install the exporters on those targets 2. Change your prometheus.yml config so that you only scrape those exporters on the relevant targets. Option (2) involves changing the list of targets in your scrape jobs. For example: if you are using static_configs or file_sd_configs, then you simply edit the list of targets. If you are using some other service discovery mechanism, then you need some way to distinguish between those hosts which should be running a given exporter, and those which shouldn't (e.g. if you are scraping k8s pods, then you might set pod labels) If you want further help with configuration, then I suggest you start by posting your existing prometheus.yml and explain how you want to change its behaviour. -- 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/6dbafb40-2a35-4171-b334-308b69c0765eo%40googlegroups.com.

