mirror of
https://github.com/prometheus/alertmanager.git
synced 2026-02-05 15:45:34 +01:00
* Make filter labels consistent with Prometheus Filtering the alert out when the label is missing precludes a possible match for an empty value. This change allows the match to be evaluated. Closes #2342 Signed-off-by: Victor Araujo <vear91@gmail.com> * Add tests for matchFilterLabels in v2 api Signed-off-by: Victor Araujo <vear91@gmail.com>