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
When returning the _instance_name, we currently do a regex substitution to only keep ASCII character in label values.
However, according to the docs we link to, it explicitly mentions that label values can be unicode character.
The text was updated successfully, but these errors were encountered:
Heya, for addtl context I believe this was introduced here in the course of fixing #60
Sorry, something went wrong.
Yep, probably a confusion on my part. To summarize the doc:
[a-zA-Z_:][a-zA-Z0-9_:]*
[a-zA-Z_][a-zA-Z0-9_]*
Successfully merging a pull request may close this issue.
Enhancement Proposal
When returning the _instance_name, we currently do a regex substitution to only keep ASCII character in label values.
However, according to the docs we link to, it explicitly mentions that label values can be unicode character.
The text was updated successfully, but these errors were encountered: