-
Notifications
You must be signed in to change notification settings - Fork 701
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
Collection timed out, still waiting for #683
Comments
As i understand i must set something like this on Prometheus server
Srange, standard scrape_interval: sets to 15s Or i must used 60 seconds? |
The same issue on WS 2016 |
I try it too, nothing changes. Try to get help from team. |
We are solve problem by increasing scrape time in prometheus from 2s to 5 |
@E1v1s If it is not difficult - show part from you config at Prometheus |
it's a part of config from prometheus in k8s |
Same issue here, on a server with Windows Server 2016, 64 GB memory and 16 cores (2,10 GHz each). |
This is likely a duplicate of #89. Short version (it's a long thread) is that there is a bug/limit in Windows that causes these regular latency spikes, which are under some circumstances exaggerated. Unfortunately, this being a Windows bug, there's not much we can do aside from progressively replacing WMI. |
@carlpett I am currently hitting (once again) this issue:
I don't even need prometheus to scrape, opening http://localhost:9182/metrics in the browser shows the process and service metrics are missing. There is a whole load of issues on this topic.. Is there a configureable timeout for the collector?
windows_exporter/docs/example_config.yml Line 13 in 6ba0297
as per README:
Couldn't find anything else? EDIT:Not sure if the exporter restart helped or my change, collectors:
enabled: "cpu,cs,logical_disk,memory,net,os,process,service,system,tcp,textfile,time"
++ maxScrapeDuration: 45s
collector:
service: which didn't help ..... it was only successful once after start I see - collection is again timing out 😢 windows_exporter/collector/prometheus.go Line 46 in 6ba0297
|
Default timeout is 10 seconds, which can be changed by modifying the Prometheus
|
This issue has been marked as stale because it has been open for 90 days with no activity. This thread will be automatically closed in 30 days if no further activity occurs. |
Hello! I see some same issues , but can't understand why it is happens, and most of all how decided it.
I using it on OS Windows 2012 R2 Standart, with not so bad hardware Xeon E31230 with 8gb RAM
Running WE as service
"C:\Program Files\windows_exporter\windows_exporter.exe" --collectors.enabled cpu,cs,iis,logical_disk,logon,memory,os,net,service,system,tcp --collector.service.services-where "Name='windows_exporter'"
Before try as APP and have same problems:
every 16 minutes some of collector do not answer for 3 min. And it is happens all times, as it was be scheduled
I was received this errors:
Other collector still working. But in this moment (for 3 min) "WMI Provider Host" consumed 13-14% of CPU
Logs does not show anything (i mean no errors)
I understand it may be my problem, but hope you can help me with this problem
The text was updated successfully, but these errors were encountered: