VictoriaMetrics/app/vmalert/notifier
Roman Khavronenko ef7f52e0e6
Vmalert notifiers (#2744)
* vmalert: remove head of line blocking for sending alerts

This change makes sending alerts to notifiers concurrent instead
of sequential. This eliminates head of line blocking, where first
faulty notifier address prevents the rest of notifiers from
receiving notifications.

Signed-off-by: hagen1778 <roman@victoriametrics.com>

* vmalert: make default timeout for sending alerts 10s

Previous value of 1m was too high and was inconsistent
with default timeout defined for notifiers via
configuration file.

Signed-off-by: hagen1778 <roman@victoriametrics.com>

* vmalert: linter checks fix

Signed-off-by: hagen1778 <roman@victoriametrics.com>
2022-06-18 09:11:37 +02:00
..
testdata vmalert: add DNS service discovery (#2465) 2022-04-13 11:50:26 +03:00
alert.go chore: remove duplicated code (#2657) 2022-05-30 08:17:40 +02:00
alert_test.go Code check (#2558) 2022-05-09 10:11:56 +02:00
alertmanager.go vmalert: support relabeling for alert labels sent via notifier 2022-04-11 11:09:14 +03:00
alertmanager_request.qtpl vmalert: support relabeling for alert labels sent via notifier 2022-04-11 11:09:14 +03:00
alertmanager_request.qtpl.go app/vmalert: run make quicktemplate-gen from the root directory after the commit f6dcfbcdd6 2022-05-04 20:27:36 +03:00
alertmanager_test.go vmalert: support relabeling for alert labels sent via notifier 2022-04-11 11:09:14 +03:00
config.go lib/promscrape: follow-up after baa1c24b36 2022-04-16 14:25:54 +03:00
config_test.go vmalert: add DNS service discovery (#2465) 2022-04-13 11:50:26 +03:00
config_watcher.go fix alert relabeling (#2633) 2022-05-25 09:36:04 +02:00
config_watcher_test.go Consul SD - update services on the watcher's start (#2202) 2022-02-21 15:32:45 +02:00
init.go Vmalert notifiers (#2744) 2022-06-18 09:11:37 +02:00
notifier.go vmalert: support configuration file for notifiers (#2127) 2022-02-02 14:11:41 +02:00
package_test.go added reusable templates support (#2532) 2022-05-14 11:38:44 +02:00