mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
11ae1ae924
* vmalert: add support of `resendDelay` flag for alerts Co-authored-by: dmitryk-dk <dmitry.kozlov@brightlocal.com> Co-authored-by: hagen1778 <roman@victoriametrics.com>
12 lines
289 B
Text
12 lines
289 B
Text
groups:
|
|
- name: groupTest
|
|
interval: 1s
|
|
rules:
|
|
- alert: VMRows
|
|
for: 2s
|
|
expr: sum(rate(vm_http_request_errors_total[2s])) > 0
|
|
labels:
|
|
label: bar
|
|
host: "{{ $labels.instance }}"
|
|
annotations:
|
|
summary: "{{ $value }}"
|