error parsing regexp: invalid or unsupported Perl syntax: `(?!`

Go's regular expressions - RE2 - are true regular expressions that don't 
support lookbehind/lookahead assertions.
For the available syntax, see https://github.com/google/re2/wiki/Syntax


> 2) I tried implementing it at the routing level, but there is no 
> configuration of matchers for defaultReceiver. I need the default receiver 
> to receive alerts only from namespace-2
>

Routing rules nest to an arbitrary depth, so you can add an extra level of 
routing at the top level, and nest your existing rules under it. 

-- 
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/32949830-4e1f-4921-b76d-a727cbb1393fo%40googlegroups.com.

Reply via email to