From fc346be614d0d1fe7486996e40bada71cef41fb2 Mon Sep 17 00:00:00 2001 From: Martin/Geno Date: Mon, 17 Jun 2019 15:16:51 +0200 Subject: [PATCH] Update main.go --- prometheus/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/main.go b/prometheus/main.go index 1219f43..707ae79 100644 --- a/prometheus/main.go +++ b/prometheus/main.go @@ -34,7 +34,7 @@ func init() { contentTag += ":" + len(request.Alerts.Firing) } - content := fmt.Sprintf("[%s] %s", contentTag strings.Join(request.CommonAnnotations.Values()," ")) + content := fmt.Sprintf("[%s] %s", contentTag, strings.Join(request.CommonAnnotations.Values()," ")) logger = logger.WithField("body", content) ok := false