alertmanager/featurecontrol
George Robinson 70bd5dad98
Support UTF-8 label matchers: Use compat package in Alertmanager server (#3567)
* Support UTF-8 label matchers: Use compat package in Alertmanager server

This pull request adds use of the compat package in Alertmanager server that will allow users to switch between the new matchers/parse parser and the old pkg/labels parser. The new matchers/parse parser uses a fallback mechanism where if the input cannot be parsed in the new parser it then attempts to use the old parser. If an input is parsed in the old parser but not the new parser then a warning log is emitted.

Signed-off-by: George Robinson <george.robinson@grafana.com>

---------

Signed-off-by: George Robinson <george.robinson@grafana.com>
2023-11-24 10:01:40 +00:00
..
featurecontrol.go Support UTF-8 label matchers: Use compat package in Alertmanager server (#3567) 2023-11-24 10:01:40 +00:00
featurecontrol_test.go Support UTF-8 label matchers: Rename feature flags and make package public (#3604) 2023-11-17 20:07:54 +00:00