route:
  receiver: "trash-receiver"
  routes:
    - match:
        namespace: "namespace-2"
      receiver: "namespace-2-receiver"




I expect that all alerts that have label *namespace: "namespace-2"* will 
end up in the *namespace2-receiver*, and all the others will end up in the 
*trash-receiver* (will be ignored)
the only thing I worry about is that the default root receiver is trash 
receiver, i.e. my default configuration ignores alerts. If there is an 
error in matcher at the lower level, an important alert may be lost (I 
wrote about this in Note 2))

-- 
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/e225f874-2406-46a4-986e-6c7a2b67b1b0o%40googlegroups.com.

Reply via email to