VictoriaMetrics/app/vmalert/notifier
Roman Khavronenko bfdf9f1e71
app/vmalert: sanitize label names before sending to Alertmanager (#5442)
Before, vmalert would send notifications with labels containing characters
  not supported by Alertmanager validator, resulting into validation errors
  like `msg="Failed to validate alerts" err="invalid label set: invalid name "foo.bar"`

Signed-off-by: hagen1778 <roman@victoriametrics.com>
2023-12-08 18:09:46 +02:00
..
testdata vmalert: support auth configs per static_target (#3188) 2022-09-30 17:10:17 +02:00
alert.go app/vmalert: sanitize label names before sending to Alertmanager (#5442) 2023-12-08 18:09:46 +02:00
alert_test.go app/vmalert: sanitize label names before sending to Alertmanager (#5442) 2023-12-08 18:09:46 +02:00
alertmanager.go app/vmalert: hide sensetive info in the vmalert (#5059) 2023-10-16 01:42:30 +02:00
alertmanager_request.qtpl fix issue#3053 (#3182) 2022-10-10 09:44:58 +02:00
alertmanager_request.qtpl.go vmalert: revert unexpected fileds rename during refactoring (#3222) 2022-10-11 12:37:47 +02:00
alertmanager_test.go app/vmalert: follow-up after 6c322b4a00 (#4214) 2023-04-27 13:02:21 +02:00
config.go app,lib: fix typos in comments (#3804) 2023-02-13 13:27:13 +01:00
config_test.go vmalert: add DNS service discovery (#2465) 2022-04-13 11:50:26 +03:00
config_watcher.go lib/promscrape: optimize service discovery speed 2022-11-29 21:26:00 -08:00
config_watcher_test.go vmalert: fix redundant clean up move (#4803) 2023-08-09 21:16:00 +02:00
init.go app/vmalert: hide sensetive info in the vmalert (#5059) 2023-10-16 01:42:30 +02:00
init_test.go vmalert: follow-up after d4ac4b7813 (#4659) 2023-07-18 15:53:37 +02:00
notifier.go vmalert: allow configuring custom notifier headers per group (#4088) 2023-04-27 12:17:26 +02:00
notifier_blackhole.go vmalert: follow-up after d4ac4b7813 (#4659) 2023-07-18 15:53:37 +02:00
notifier_blackhole_test.go vmalert: follow-up after d4ac4b7813 (#4659) 2023-07-18 15:53:37 +02:00
package_test.go added reusable templates support (#2532) 2022-05-14 11:38:44 +02:00