mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
e86d82ad2d
* incorrect map name for the group prevented copying state from existing alert rules on config reload * applyConfig test * few nits * nits 2
11 lines
213 B
Plaintext
11 lines
213 B
Plaintext
groups:
|
|
- name: my-group-name
|
|
rules:
|
|
- alert: InstanceDown
|
|
expr: up == 0
|
|
for: 1m
|
|
labels:
|
|
severity: critical
|
|
annotations:
|
|
description: "stuff's happening with {{ $labels.service }}"
|