From 9fe8bcf4be00a7ebd73932df0cf39cc837cbb993 Mon Sep 17 00:00:00 2001 From: Marcin Owsiany Date: Thu, 5 Jul 2018 10:13:00 +0200 Subject: [PATCH] Fix markup in example. (#4351) Signed-off-by: Marcin Owsiany --- docs/configuration/template_examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/template_examples.md b/docs/configuration/template_examples.md index 0fe7e2ef0..5275eb2f6 100644 --- a/docs/configuration/template_examples.md +++ b/docs/configuration/template_examples.md @@ -18,7 +18,7 @@ alert: InstanceDown expr: up == 0 for: 5m labels: - - severity: page + severity: page annotations: summary: "Instance {{$labels.instance}} down" description: "{{$labels.instance}} of job {{$labels.job}} has been down for more than 5 minutes."