Skip to content
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

Prometheus Scrapping Error #15

Open
thiruvens opened this issue Jan 18, 2020 · 1 comment
Open

Prometheus Scrapping Error #15

thiruvens opened this issue Jan 18, 2020 · 1 comment

Comments

@thiruvens
Copy link

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"

@ronny-panknin-flaconi
Copy link

This is because of the string "226202814n". After calculate nanocores to cores as int or float the problem should be solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants