On Friday, 24 April 2020 10:09:44 UTC+1, Yagyansh S. Kumar wrote: > > UP metrics will exist but if the node exporter itself is down, it > won't expose the metric at that time right? So, I won't get the "nodename" > label from node_uname_info. >
That's correct. You could at least alert on that one condition without a "nodename", in the knowledge that all other alerts *would* have a nodename. If you want to join on something always, then you have to make sure that thing exists - such as a static recording rule, or a metric which is being scraped from somewhere else, like a static http page. -- 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/c497b341-057e-4382-bf57-f0b01bdfe1c6%40googlegroups.com.

