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