VictoriaMetrics/app/vmalert
Hui Wang 9253c24dd6
vmalert: validate schema for -external.url (#5450)
Requests with wrong or no schema in  `-external.url` could be rejected by alertmanager.
So we validate schema on start up.
2023-12-15 11:13:56 +01:00
..
config app/vmalert/config: fix flacky test TestParseBad 2023-10-25 21:30:55 +02:00
datasource docs: update -help output after recent changes to VictoriaMetrics components 2023-11-02 20:27:10 +01:00
deployment app/vmalert: include it into the next release 2020-04-28 00:10:12 +03:00
multiarch all: run apk update && apk upgrade in base Alpine Docker image in order to get all the recent security fixes 2023-02-09 14:01:32 -08:00
notifier app/vmalert: sanitize label names before sending to Alertmanager (#5442) 2023-12-08 16:53:35 +03:00
remoteread fixed typos in documentation and commandline flags descriptions (#4275) 2023-05-10 09:50:41 +02:00
remotewrite app/vmalert: update remote-write process (#5284) 2023-11-08 14:53:07 +08:00
rule app/vmalert: replace error metrics for gauges with counter metrics (#5217) 2023-12-06 19:39:35 +01:00
static app/vmalert: show on UI groups error after reload config (#4543) 2023-07-03 14:59:52 +02:00
templates app/vmalert: add support of recursive path globs for rules and templates (#4148) 2023-04-26 19:20:22 +02:00
tpl app/vmalert: show on UI groups error after reload config (#4543) 2023-07-03 14:59:52 +02:00
utils Makefile: update golangci-lint from v1.51.2 to v1.54.2 2023-09-01 10:16:42 +02:00
main.go vmalert: validate schema for -external.url (#5450) 2023-12-15 11:13:56 +01:00
main_test.go vmalert: validate schema for -external.url (#5450) 2023-12-15 11:13:56 +01:00
Makefile vmalert: revert unittest feature (#4734) 2023-07-28 10:42:02 +02:00
manager.go vmalert-tool: implement unittest (#4789) 2023-10-13 13:54:33 +02:00
manager_test.go vmalert-tool: implement unittest (#4789) 2023-10-13 13:54:33 +02:00
README.md docs: convert png images to webp in all the docs except of docs/operator/* 2023-11-22 19:21:00 +02:00
replay.go all: consistently use %w instead of %s in when error is passed to fmt.Errorf() 2023-10-25 21:24:03 +02:00
replay_test.go vmalert-tool: implement unittest (#4789) 2023-10-13 13:54:33 +02:00
web.go app/vmalert: expose /vmalert/api/v1/rule and /api/v1/rule API which returns rule status in JSON format (#5397) 2023-12-04 18:40:33 +03:00
web.qtpl vmalert-tool: implement unittest (#4789) 2023-10-13 13:54:33 +02:00
web.qtpl.go vmalert-tool: implement unittest (#4789) 2023-10-13 13:54:33 +02:00
web_test.go app/vmalert: expose /vmalert/api/v1/rule and /api/v1/rule API which returns rule status in JSON format (#5397) 2023-12-04 18:40:33 +03:00
web_types.go app/vmalert: expose /vmalert/api/v1/rule and /api/v1/rule API which returns rule status in JSON format (#5397) 2023-12-04 18:40:33 +03:00
web_types_test.go vmalert-tool: implement unittest (#4789) 2023-10-13 13:54:33 +02:00

See vmalert docs here.

vmalert docs can be edited at docs/vmalert.md.