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
Hi,
while scrapping metrics page of cytopia container by prometheus , following message is logged at prometheus. could please help to fix it.
level=warn ts=2020-01-16T16:33:52.682948027Z caller=scrape.go:835 component="scrape manager" scrape_pool=k8s_usage target=http://localhost:9100/metrics msg="append failed" err="strconv.P arseFloat: parsing "5761140264n": invalid syntax" level=warn ts=2020-01-16T16:34:02.668555018Z caller=scrape.go:835 component="scrape manager" scrape_pool=k8s_usage target=http://localhost:9100/metrics msg="append failed" err="strconv.P arseFloat: parsing "226202814n": invalid syntax" level=warn ts=2020-01-16T16:34:12.647209977Z caller=scrape.go:835 component="scrape manager" scrape_pool=k8s_usage target=http://localhost:9100/metrics msg="append failed" err="strconv.P arseFloat: parsing "226202814n": invalid syntax"
The text was updated successfully, but these errors were encountered:
This is because of the string "226202814n". After calculate nanocores to cores as int or float the problem should be solved.
Sorry, something went wrong.
No branches or pull requests
Hi,
while scrapping metrics page of cytopia container by prometheus , following message is logged at prometheus. could please help to fix it.
level=warn ts=2020-01-16T16:33:52.682948027Z caller=scrape.go:835 component="scrape manager" scrape_pool=k8s_usage target=http://localhost:9100/metrics msg="append failed" err="strconv.P
arseFloat: parsing "5761140264n": invalid syntax"
level=warn ts=2020-01-16T16:34:02.668555018Z caller=scrape.go:835 component="scrape manager" scrape_pool=k8s_usage target=http://localhost:9100/metrics msg="append failed" err="strconv.P
arseFloat: parsing "226202814n": invalid syntax"
level=warn ts=2020-01-16T16:34:12.647209977Z caller=scrape.go:835 component="scrape manager" scrape_pool=k8s_usage target=http://localhost:9100/metrics msg="append failed" err="strconv.P
arseFloat: parsing "226202814n": invalid syntax"
The text was updated successfully, but these errors were encountered: