mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-16 00:41:24 +01:00
23 lines
455 B
Plaintext
23 lines
455 B
Plaintext
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}}"
|
|
|