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