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
ABNF:
metric-descriptor =/ HASH SP help SP metricname SP escaped-string LF
bad_help_2 (should fail):
# HELP a # EOF
empty_metadata (should pass):
# HELP a # UNIT a # EOF
The text was updated successfully, but these errors were encountered:
I've double checked, and both those tests are handled correctly. Note the trailing space on the HELP line on the passing test.
Sorry, something went wrong.
No branches or pull requests
ABNF:
bad_help_2 (should fail):
empty_metadata (should pass):
The text was updated successfully, but these errors were encountered: