VictoriaMetrics/app
Roman Khavronenko 88c4c6f465
vmalert: add new metric vmalert_iteration_interval_seconds (#2623)
The new metric shows the configured evaluation interval per group.
Metric updates its value when group's interval is changed during
hot reload.
The new metric can be used to estimate how close group
is to start missing evaluation rounds. The following query
will show the % of used time by the group to evaluate all rules
before the next round:
```
(max(vmalert_iteration_duration_seconds{quantile="0.99"}) / vmalert_iteration_interval_seconds) * 100
```

https://github.com/VictoriaMetrics/VictoriaMetrics/issues/2618
Signed-off-by: hagen1778 <roman@victoriametrics.com>
2022-05-21 01:13:01 +03:00
..
vmagent docs: update the description for command-line flags according to recent changes 2022-05-20 15:11:37 +03:00
vmalert vmalert: add new metric vmalert_iteration_interval_seconds (#2623) 2022-05-21 01:13:01 +03:00
vmauth lib/httpserver: clarify that -tls flag enables TLS for http requests to -httpListenAddr 2022-04-16 16:59:41 +03:00
vmbackup vmbackup: Prevent save backups to the same folder where TSDB data is (#2547) 2022-05-06 18:04:58 +03:00
vmbackupmanager docs: add flags list to vmbackupmanager (#2554) 2022-05-09 15:26:24 +03:00
vmctl Updated vmctl documentation, migration from OpenTSDB section (#2595) 2022-05-20 13:59:09 +03:00
vmgateway app: sync Markdown changes from a8de1ab000 2022-03-22 14:12:03 +02:00
vminsert app/{vmagent,vminsert}: mention port 8089 instead of 8189 in the description for -influxListenAddr flag 2022-05-13 16:59:16 +03:00
vmrestore app: sync Markdown changes from a8de1ab000 2022-03-22 14:12:03 +02:00
vmselect app/vmselect/vmui: make vmui-update 2022-05-20 14:56:25 +03:00
vmstorage app/vmstorage: do not allow to set -retentionPeriod smaller than one day 2022-05-07 00:54:42 +03:00
vmui app/vmselect/vmui: make vmui-update 2022-05-20 14:56:25 +03:00