You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is this: pass -f/--message-filter. Its value is a name:pattern pair where name is the filter name and pattern is a POSIX regexp. (When name is repeated, last one wins.)
In the metrics, they're all returned with a filter="name" label. Any name works if it doesn't have a colon, and invalid patterns are dropped from the output (causing metrics to be missed). The lack of metrics can be used as a signal to check the logs, which will indicate the filter is wrong.
This is a simplified version of #10 that doesn't require fussing with extra files.
The text was updated successfully, but these errors were encountered:
The idea is this: pass
-f
/--message-filter
. Its value is aname:pattern
pair wherename
is the filter name andpattern
is a POSIX regexp. (Whenname
is repeated, last one wins.)In the metrics, they're all returned with a
filter="name"
label. Any name works if it doesn't have a colon, and invalid patterns are dropped from the output (causing metrics to be missed). The lack of metrics can be used as a signal to check the logs, which will indicate the filter is wrong.This is a simplified version of #10 that doesn't require fussing with extra files.
The text was updated successfully, but these errors were encountered: