mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-16 00:41:24 +01:00
20 lines
456 B
Plaintext
20 lines
456 B
Plaintext
|
groups:
|
||
|
- name: group
|
||
|
rules:
|
||
|
- alert: InvalidAnnotations
|
||
|
for: 5m
|
||
|
expr: vm_rows > 0
|
||
|
labels:
|
||
|
label: bar
|
||
|
annotations:
|
||
|
summary: "{{ $value }"
|
||
|
description: "{{$labels}}"
|
||
|
- alert: UnkownAnnotationsFunction
|
||
|
for: 5m
|
||
|
expr: vm_rows > 0
|
||
|
labels:
|
||
|
label: bar
|
||
|
annotations:
|
||
|
summary: "{{ value|query }}"
|
||
|
description: "{{$labels}}"
|