Can someone please help explain the following Alertmanager warning. I know it's trying to tell me that my value needs to be double-quoted, but it already is, so I do not understand what it is complaining about. My config: applicationid=~"^SNSVC\d{7}$"
Thanks for any help ts=2024-12-06T00:44:13.964Z caller=parse.go:176 level=warn msg="Alertmanager is moving to a new parser for labels and matchers, and this input is incompatible. Alertmanager has instead parsed the input using the classic matchers parser as a fallback. To make this input compatible with the UTF-8 matchers parser please make sure all regular expressions and values are double-quoted. If you are still seeing this message please open an issue." input="applicationid=~\"^SNSVC\\d{7}$\"" origin=config err="15:29: \"^SNSVC\\d{7}$\": invalid input" suggestion="applicationid=~\"^SNSVC\\\\d{7}$\"" -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-users+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/prometheus-users/2162c5e0-7e0b-4693-9e47-d9e358480d3dn%40googlegroups.com.