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 upcontext deadline exceeded #1438
Comments
This comment has been minimized.
This comment has been minimized.
|
This simply means that the scrape request timed out. Try setting your scrape timeout to something higher than 3s or figure out whether it will always time out for some other reason. We can probably map the user-facing error to something clearer. |
brian-brazil
added
the
question
label
Mar 1, 2016
This comment has been minimized.
This comment has been minimized.
|
Does the prometheus scrape from target by http protocol? |
This comment has been minimized.
This comment has been minimized.
|
Yes On Tue, Mar 1, 2016, 12:13 PM lcbluestorm notifications@github.com wrote:
|
This comment has been minimized.
This comment has been minimized.
|
So, for the target application with http protocol, the prometheus can not scrape from it? |
This comment has been minimized.
This comment has been minimized.
|
The request is timing out. I cannot tell you the reason without further information. You should see a text page listing metrics exposed by that target. |
fabxc
closed this
Mar 2, 2016
This comment has been minimized.
This comment has been minimized.
autrejacoupa
commented
Aug 23, 2016
|
The curl was able to pull data less than 1 sec "time curl http://10.8.12.37:42000/metrics" . Increased METRICS_RESOLUTION=5s helped. Restart the docker for pmm-server with this option and not pmm-data
|
This comment has been minimized.
This comment has been minimized.
heschmidt04
commented
May 9, 2017
•
|
For help with debugging for their Kubernetes Prometheus target of Prometheus pushgateway (quay image v.0.3.1 and 0.3.0) for the context deadline exceeded error. Several things came into play for my "context deadline exceeded issue" when working in Kubernetes cluster with Prometheus Pushgateway (not Prometheus itself --> the Targets page only bubbled up the issue as the target was DOWN and had context deadline exceeded for an error message)
Hope that helps someone looking for similar info. |
This comment has been minimized.
This comment has been minimized.
billykwooten
commented
Nov 3, 2018
|
To add to this for future bypassers. I configured pi-hole on my network to stop ads, by changing pi-hole to my main DNS, it affected my containers, even with conditional forwarding turned on. I had to pass the |
lcbluestorm commentedMar 1, 2016
the prometheus.yml configuration is:
But, there is a error like that:
