mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-13 23:10:12 -08:00
Fix markup in example. (#4351)
Signed-off-by: Marcin Owsiany <marcin@owsiany.pl>
This commit is contained in:
parent
2f37bab705
commit
9fe8bcf4be
|
@ -18,7 +18,7 @@ alert: InstanceDown
|
||||||
expr: up == 0
|
expr: up == 0
|
||||||
for: 5m
|
for: 5m
|
||||||
labels:
|
labels:
|
||||||
- severity: page
|
severity: page
|
||||||
annotations:
|
annotations:
|
||||||
summary: "Instance {{$labels.instance}} down"
|
summary: "Instance {{$labels.instance}} down"
|
||||||
description: "{{$labels.instance}} of job {{$labels.job}} has been down for more than 5 minutes."
|
description: "{{$labels.instance}} of job {{$labels.job}} has been down for more than 5 minutes."
|
||||||
|
|
Loading…
Reference in a new issue