AFAIK, you have to modify the query. However you can do it by *adding* to the query, leaving the original query unchanged, if you do something like this:
( original query ) and ( aux query ) where aux query returns a set of timeseries with the exact sets of labels that you want to alert on. Or you can do the negative: ( original query ) unless ( aux query ) Using "on" and "ignoring" you can make the aux query smaller and simpler, e.g. just returning the sets of namespaces you are (or are not) interested in. Personally though, I'd find it simpler just to add a condition to the original query. -- 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/98e83520-622e-4007-aa45-54048467fae9n%40googlegroups.com.

