From f229f9edb615c03b5aeedd6a1293c7705a6401a9 Mon Sep 17 00:00:00 2001 From: mr-karan Date: Tue, 15 Jan 2019 09:04:43 +0530 Subject: [PATCH] remove explicit instance field --- message.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/message.tmpl b/message.tmpl index 85851a8..656ffbf 100644 --- a/message.tmpl +++ b/message.tmpl @@ -1,5 +1,4 @@ *{{ .Labels.alertname | Title }} - {{.Status | Title }} ({{.Labels.severity | toUpper }})* -Instance: {{.Labels.instance}} {{ range .Annotations.SortedPairs -}} {{ .Name }}: {{ .Value}} {{ end -}}