VictoriaMetrics/app/vmalert/notifier
Hui Wang 9f84c4fdfa
vmalert: respect HTTP headers defined in notifier configuration file (#6762)
Co-authored-by: Roman Khavronenko <roman@victoriametrics.com>
(cherry picked from commit c1b54779a2)
2024-08-06 16:30:10 +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 app/vmalert: sanitize label names before sending to Alertmanager (#5442) 2023-12-08 18:09:07 +02:00
alert_test.go app/vmalert: switch from table-driven tests to f-tests 2024-07-12 22:45:50 +02:00
alertmanager.go vmalert: respect HTTP headers defined in notifier configuration file (#6762) 2024-08-06 16:30:10 +02:00
alertmanager_request.qtpl fix issue#3053 (#3182) 2022-10-10 21:54:18 +03:00
alertmanager_request.qtpl.go vmalert: revert unexpected fileds rename during refactoring (#3222) 2022-10-12 09:33:16 +03:00
alertmanager_test.go vmalert: respect HTTP headers defined in notifier configuration file (#6762) 2024-08-06 16:30:10 +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 app/{vmagent,vmalert}: add the ability to set OAuth2 endpoint params via the corresponding *.oauth2.endpointParams command-line flags 2023-12-20 21:38:16 +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