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
Code like e.g. this suggests that this crate permits metric names containing spaces. The data model asserts that
The metric name. . . may contain ASCII letters and digits, as well as underscores and colons. It must match the regex [a-zA-Z_:][a-zA-Z0-9_:]*.
[a-zA-Z_:][a-zA-Z0-9_:]*
Names that don't meet these criteria should be rejected.
The text was updated successfully, but these errors were encountered:
See also #52.
Sorry, something went wrong.
No branches or pull requests
Code like e.g. this suggests that this crate permits metric names containing spaces. The data model asserts that
Names that don't meet these criteria should be rejected.
The text was updated successfully, but these errors were encountered: