mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-08 15:00:10 +00:00
Add the fns for all match op types
They aren't use, but we might as well be correct.
This commit is contained in:
parent
b29afb80a2
commit
2ae96e845d
@ -18,10 +18,10 @@ receiver maybeReceiver groups =
|
||||
by (filterAlertGroup ((regex >> contains) value)) groups
|
||||
|
||||
NotEq ->
|
||||
groups
|
||||
by (filterAlertGroup ((/=) value)) groups
|
||||
|
||||
NotRegexMatch ->
|
||||
groups
|
||||
by (filterAlertGroup (((regex >> contains) value) >> not)) groups
|
||||
|
||||
Nothing ->
|
||||
groups
|
||||
|
Loading…
Reference in New Issue
Block a user