VictoriaMetrics/app/vmalert/config/testdata/rules0-good.rules

13 lines
243 B
Plaintext
Raw Normal View History

groups:
- name: groupGorSingleAlert
rules:
- alert: VMRows
for: 5m
expr: vm_rows > 0
labels:
label: bar
annotations:
summary: "{{ $value }}"
description: "{{$labels}}"