VictoriaMetrics/app
Roman Khavronenko 2cf586da78
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-20 17:31:16 +02:00
..
victoria-metrics lib/storage: leave the last sample per each discrete interval during the deduplicaton 2022-05-02 21:50:45 +03:00
vmagent docs: update the description for command-line flags according to recent changes 2022-05-20 15:09:43 +03:00
vmalert vmalert: add new metric vmalert_iteration_interval_seconds (#2623) 2022-05-20 17:31:16 +02:00
vmauth lib/httpserver: clarify that -tls flag enables TLS for http requests to -httpListenAddr 2022-04-16 16:59:26 +03:00
vmbackup vmbackup: Prevent save backups to the same folder where TSDB data is (#2547) 2022-05-06 18:04:09 +03:00
vmbackupmanager docs: add flags list to vmbackupmanager (#2554) 2022-05-08 12:18:39 +00:00
vmctl Updated vmctl documentation, migration from OpenTSDB section (#2595) 2022-05-17 13:20:35 +02:00
vmgateway app: sync Markdown changes from a8de1ab000 2022-03-22 14:11:18 +02:00
vminsert app/{vmagent,vminsert}: mention port 8089 instead of 8189 in the description for -influxListenAddr flag 2022-05-13 16:50:45 +03:00
vmrestore app: sync Markdown changes from a8de1ab000 2022-03-22 14:11:18 +02:00
vmselect app/vmselect/vmui: make vmui-update 2022-05-20 14:53:38 +03:00
vmstorage Code check (#2558) 2022-05-09 10:11:56 +02:00
vmui app/vmselect/vmui: make vmui-update 2022-05-20 14:53:38 +03:00