We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
model.NameValidationScheme = model.LegacyValidation
init
Related issues:
The text was updated successfully, but these errors were encountered:
another somewhat prerequisite is the work in grafana -- we shouldn't turn on utf8 until that is in: grafana/grafana#96244
Sorry, something went wrong.
No branches or pull requests
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
ininit
functions.Related issues:
The text was updated successfully, but these errors were encountered: