mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
13 lines
289 B
Text
13 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 }}"
|