We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 accessing /cool/getMetrics some of the metrics seem to be misformatted (missing white space between key and value). See example below.
/cool/getMetrics
The strange thing is, not all metrics are affected but this formatting error in a single line will break parsing in prometheus.
Error message in prometheus:
Error scraping target: expected value after metric, got "\n" ("INVALID") while parsing: "kit_thread_count_total2\n"
metrics line should look like this:
kit_thread_count_total 2
line looks like this:
kit_thread_count_total2
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Describe the Bug
When accessing
/cool/getMetrics
some of the metrics seem to be misformatted (missing white space between key and value).See example below.
The strange thing is, not all metrics are affected but this formatting error in a single line will break parsing in prometheus.
Error message in prometheus:
Steps to Reproduce
Alternative Steps to Reproduce
Expected Behavior
metrics line should look like this:
Actual Behavior
line looks like this:
Server
The text was updated successfully, but these errors were encountered: