mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
23 lines
455 B
Text
23 lines
455 B
Text
|
groups:
|
||
|
- name: sameGroup
|
||
|
rules:
|
||
|
- alert: alert
|
||
|
for: 5m
|
||
|
expr: vm_rows > 0
|
||
|
labels:
|
||
|
label: bar
|
||
|
annotations:
|
||
|
summary: "{{ $value }}"
|
||
|
description: "{{$labels}}"
|
||
|
- name: sameGroup
|
||
|
rules:
|
||
|
- alert: alert
|
||
|
for: 5m
|
||
|
expr: vm_rows > 0
|
||
|
labels:
|
||
|
label: bar
|
||
|
annotations:
|
||
|
summary: "{{ $value }}"
|
||
|
description: "{{$labels}}"
|
||
|
|