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",