Prometheus supports this as of 3.0 but Mimir does not support it still.
If UTF-8 is enabled, some tests will need work:
TestLabelValuesCardinalityHandler_ParseError
- ...
UTF-8 is specifically disabled in different places by setting model.NameValidationScheme = model.LegacyValidation in init functions.
Related issues:
Prometheus supports this as of 3.0 but Mimir does not support it still.
If UTF-8 is enabled, some tests will need work:
TestLabelValuesCardinalityHandler_ParseErrorUTF-8 is specifically disabled in different places by setting
model.NameValidationScheme = model.LegacyValidationininitfunctions.Related issues: