VictoriaMetrics/app/vmalert
2024-02-29 15:25:43 +02:00
..
config docs: fix Grafana link example for vmalert 2024-01-22 09:35:18 +01:00
datasource app/{vmalert,vmctl}: consistently use http.NewRequestWithContext() instead of http.NewRequest() + req.WithContext() 2024-02-29 15:25:43 +02:00
deployment
multiarch
notifier app/vmbackup: support client-side TLS configuration for create/delete snapshot API (#5738) 2024-02-08 15:52:00 +01:00
remoteread app/vmbackup: support client-side TLS configuration for create/delete snapshot API (#5738) 2024-02-08 15:52:00 +01:00
remotewrite app/{vmalert,vmctl}: consistently use http.NewRequestWithContext() instead of http.NewRequest() + req.WithContext() 2024-02-29 15:25:43 +02:00
rule vmalert: set ActiveAt to evaluation timestamp in newAlert fn (#5657) 2024-01-29 12:02:02 +01:00
static app/vmalert: follow-up after b60dcbe11f 2024-02-20 13:07:05 +01:00
templates
tpl
utils app/vmbackup: support client-side TLS configuration for create/delete snapshot API (#5738) 2024-02-08 15:52:00 +01:00
main_test.go all: use Gauge instead of Counter for *_config_last_reload_successful metrics 2023-12-20 14:23:42 +02:00
main.go all: add support for specifying multiple -httpListenAddr options 2024-02-09 03:15:04 +02:00
Makefile app/vmalert: autogenerate ALERTS_FOR_STATE time series for alerting rules with for: 0 (#5680) 2024-01-25 15:42:57 +01:00
manager_test.go
manager.go app/vmalert: fix data race during hot-config reload (#5698) 2024-01-26 22:42:21 +01: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_test.go
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
web_test.go app/vmalert: support filtering for /api/v1/rule like Prometheus does (#5787) 2024-02-09 14:35:31 +01:00
web_types_test.go
web_types.go app/vmalert: support filtering for /api/v1/rule like Prometheus does (#5787) 2024-02-09 14:35:31 +01:00
web.go app/vmalert: consistently sort groups by name and filename on /groups page 2024-02-20 13:50:57 +01:00
web.qtpl app/vmalert: follow-up after b60dcbe11f 2024-02-20 13:07:05 +01:00
web.qtpl.go app/vmalert: follow-up after b60dcbe11f 2024-02-20 13:07:05 +01:00

See vmalert docs here.

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