VictoriaMetrics/app/vmalert/notifier
Hui Wang c7fc0d0d2f
vmalert: do not send message to alertmanager when alert has no label … (#6823)
…pair

`alert_relabel_configs` in [notifier
config](https://docs.victoriametrics.com/vmalert/#notifier-configuration-file)
can drop alert labels when used to filter different tenant alert message
to different notifier.
alertmanager would report error like `msg="Failed to validate alerts"
err="at least one label pair required"` in this case, but the rest of
the alerts inside one request would still be valid in alertmanager, so
it's not severe.

(cherry picked from commit ae4d376e41)
2024-09-09 16:06:44 +02:00
..
testdata vmalert: support specifying full http url in notifier static_configs target (#5261) 2023-11-01 16:44:54 +01:00
alert.go vmalert: do not send message to alertmanager when alert has no label … (#6823) 2024-09-09 16:06:44 +02:00
alert_test.go vmalert: do not send message to alertmanager when alert has no label … (#6823) 2024-09-09 16:06:44 +02:00
alertmanager.go lib/httputils: parse URL before creating HTTP transport (#6820) 2024-08-16 11:34:49 +02:00
alertmanager_request.qtpl vmalert: do not send message to alertmanager when alert has no label … (#6823) 2024-09-09 16:06:44 +02:00
alertmanager_request.qtpl.go vmalert: do not send message to alertmanager when alert has no label … (#6823) 2024-09-09 16:06:44 +02:00
alertmanager_test.go vmalert: do not send message to alertmanager when alert has no label … (#6823) 2024-09-09 16:06:44 +02:00
config.go all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:23:26 +02:00
config_test.go app/vmalert: switch from table-driven tests to f-tests 2024-07-12 22:45:50 +02:00
config_watcher.go all: consistently use %w instead of %s in when error is passed to fmt.Errorf() 2023-10-26 09:44:40 +02:00
config_watcher_test.go app/vmalert: switch from table-driven tests to f-tests 2024-07-12 22:45:50 +02:00
faker.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +02:00
init.go vmalert: add command line flag -notifier.headers (#6751) 2024-08-19 21:41:57 +02:00
init_test.go vmalert: follow-up after d4ac4b7813 (#4659) 2023-07-18 16:03:28 -07:00
notifier.go vmalert: allow configuring custom notifier headers per group (#4088) 2023-05-08 17:07:44 -07:00
notifier_blackhole.go vmalert: follow-up after d4ac4b7813 (#4659) 2023-07-18 16:03:28 -07:00
notifier_blackhole_test.go app/vmalert: switch from table-driven tests to f-tests 2024-07-12 22:45:50 +02:00
package_test.go added reusable templates support (#2532) 2022-05-20 12:25:11 +03:00