VictoriaMetrics/app
Roman Khavronenko 0157566fdb vmalert: cleanup and restructure of code to improve maintainability (#471)
The change introduces new entity `manager` which replaces
`watchdog`, decouples requestHandler and groups. Manager
supposed to control life cycle of groups, rules and
config reloads.

Groups export an ID method which returns a hash
from filename and group name. ID supposed to be unique
identifier across all loaded groups.

Some tests were added to improve coverage.

Bug with wrong annotation value if $value is used in
 templates after metrics being restored fixed.

Notifier interface was extended to accept context.

New set of metrics was introduced for config reload.
2020-05-11 14:35:55 +03:00
..
vmagent app/vmagent: return 200 from /-/reload endpoint as Prometheus does 2020-05-07 19:29:48 +03:00
vmalert vmalert: cleanup and restructure of code to improve maintainability (#471) 2020-05-11 14:35:55 +03:00
vmauth docs/vmauth.md: fix a link to docker images 2020-05-08 14:11:10 +03:00
vmbackup docs/{vmbackup,vmrestore}.md: update -help output 2020-04-24 22:44:45 +03:00
vminsert app/vminsert/netstorage: increase timeout for waiting for ack message after sending big data block to vmstorage 2020-04-28 11:19:46 +03:00
vmrestore docs/{vmbackup,vmrestore}.md: update -help output 2020-04-24 22:44:45 +03:00
vmselect lib/metricsql: move it to a separate repository - github.com/VictoriaMetrics/metrics 2020-04-28 15:30:06 +03:00
vmstorage lib/httpserver: reduce typical duration for http server graceful shutdown 2020-05-07 14:16:38 +03:00