> > 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. >
Thank you, Brian! I'll try using it. вторник, 14 июля 2020 г., 14:15:27 UTC+3 пользователь Brian Candler написал: > > 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/d7bf5afb-2d4f-4692-8ae0-0b9968e3d2d2o%40googlegroups.com.

