From 83e470241da7999c2eb7690685656241fefcbea8 Mon Sep 17 00:00:00 2001 From: George Robinson Date: Tue, 12 Sep 2023 16:26:29 +0100 Subject: [PATCH] Update warning log on fallback Signed-off-by: George Robinson --- matchers/compat/parse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matchers/compat/parse.go b/matchers/compat/parse.go index 9f001423e8..1d63c31967 100644 --- a/matchers/compat/parse.go +++ b/matchers/compat/parse.go @@ -146,7 +146,7 @@ func fallbackMatchersParser(l log.Logger) matchersParser { // new matchers/parse parser. level.Warn(l).Log( "msg", - "Failed to parse input with matchers/parse, falling back to pkg/labels parser", + "Alertmanager is moving to a new parser for label matchers, and this input is incompatible. Please make sure all regular expressions and values are double-quoted. If you are still seeing this message please open an issue.", "matchers", s, "err",