-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
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
Malformed metrics generated on windows #2532
Comments
Unfortunately we cannot do much here, we are not the ones generating those metrics. |
Just found this old issue, from march last year =( |
Damn, they're not very good at fixing issues on their repositories... |
As a workaround I can just remove kamon-system-metrics_2.13-2.4.6.jar from my lib folder. |
@t-bast |
When enabling promethus metrics several of the metrics are malformed on windows and can not be parsed by prometheus.
Eclair: version=0.8.0 commit=0077471
host_storage_device_data_read_bytes_total{device="\\.\PHYSICALDRIVE0",component="host"} 215866880.0
error while linting: text format parsing error in line 33: invalid escape sequence '\P'
You do not properly escape \ in file paths comming from windows
metrics.txt
The text was updated successfully, but these errors were encountered: