Skip to content

Commit

Permalink
Update warning log on fallback
Browse files Browse the repository at this point in the history
Signed-off-by: George Robinson <george.robinson@grafana.com>
  • Loading branch information
grobinson-grafana committed Sep 12, 2023
1 parent 6484bc5 commit 83e4702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matchers/compat/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 83e4702

Please sign in to comment.