Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upcaller=scrape.go:819 component="scrape manager" scrape_pool=prometheus target=http://localhost:9090/metrics msg="appending scrape report failed" err="out of bounds" #4601
Comments
This comment has been minimized.
This comment has been minimized.
|
Hi, we don't accept writes that are more than |
This comment has been minimized.
This comment has been minimized.
zhxiaom5
commented
Dec 11, 2018
|
obviously,@forging2012 did not ingest old data,pls look carefully,the config is from https://prometheus.io/docs/introduction/first_steps/ |
This comment has been minimized.
This comment has been minimized.
zhxiaom5
commented
Dec 11, 2018
|
@forging2012 maybe you could use the old version,i have checked the old version didn't has this issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
forging2012 commentedSep 12, 2018
•
edited
Bug Report
I run Prometheus docker images:
docker run -d --restart=always -p 9090:9090 -v /root/prometheus:/etc/prometheus --network host prom/prometheus
http://192.168.2.201:9090/targets
State is UP. But
/graph?g0.range_input=1h&g0.expr=go_info&g0.tab=1 ...
all query is 'no data'.
The logs as follower.