From 21f96caab38f21a5f558ff6e7621c2251cd27247 Mon Sep 17 00:00:00 2001 From: Jeffrey Zhang Date: Sat, 24 Feb 2018 17:37:43 +0800 Subject: [PATCH] Fix wrong syntax for alert field templates (#3883) --- docs/configuration/template_examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/template_examples.md b/docs/configuration/template_examples.md index 2f35a0fe55..0fe7e2ef06 100644 --- a/docs/configuration/template_examples.md +++ b/docs/configuration/template_examples.md @@ -20,8 +20,8 @@ for: 5m labels: - severity: page annotations: - - summary: "Instance {{$labels.instance}} down" - - description: "{{$labels.instance}} of job {{$labels.job}} has been down for more than 5 minutes." + summary: "Instance {{$labels.instance}} down" + description: "{{$labels.instance}} of job {{$labels.job}} has been down for more than 5 minutes." ``` Alert field templates will be executed during every rule iteration for each