vmware_exporter
vmware_exporter copied to clipboard
builtins.RuntimeError: Request.finish called on a request after its connection was lost; use Request.notifyFinish to keep track of this.
aceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/Twisted-22.2.0-py3.6.egg/twisted/internet/defer.py", line 763, in _startRunCallbacks
self._runCallbacks()
File "/usr/local/lib/python3.6/site-packages/Twisted-22.2.0-py3.6.egg/twisted/internet/defer.py", line 858, in _runCallbacks
current.result, *args, **kwargs
File "/usr/local/lib/python3.6/site-packages/Twisted-22.2.0-py3.6.egg/twisted/internet/defer.py", line 1750, in gotResult
current_context.run(_inlineCallbacks, r, gen, status)
File "/usr/local/lib/python3.6/site-packages/Twisted-22.2.0-py3.6.egg/twisted/internet/defer.py", line 62, in run
return f(*args, **kwargs)
---
I see this too. I am presuming it is a retry before first attempt completed as it takes a long time?
Yes, I have encountered this situation many times recently, and the error reports are consistent
Also seeing this, my scrapes usually take under 30s but every now and again it seems like it just randomly times out (scrape interval 1m, timeout 1m), and I see a lot of this error in the logs.
Graph for reference:
I also see the same error in the logs. Has anyone found a workaround?
i moved to this: https://github.com/cblomart/vsphere-graphite instead. More tunable and doesn't reset everytime endpoint is hit for metrics. Seems like this project struggles with big environments.