You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
after running iperf3_exporter from time to time and randomly (without a specific pattern) got this error which tells the iperf3 is killed
do you have any idea?
The text was updated successfully, but these errors were encountered:
Realise this is old but just ran into the same or similar...
Error message could perhaps be improved (apologies for being lazy and not submitting a PR). For me, it was iperf3 timing out as I had the scrape_interval in Prometheus set low for testing purposes which caused the scrape_timeout to kick in on my slow network.
The scrape_timeout for a scrape job (or globally) has to be less than the scrape_interval which makes sense... don't want Prometheus repeating the same testing when the previous one hasn't completed.
... so scrape_interval must be infrequent enough to allow iperf3 to complete a test which for me meant scrape_timeout of 1m was plenty of time for the iperf3 test to complete even on my slow network :)
Hi,
after running iperf3_exporter from time to time and randomly (without a specific pattern) got this error which tells the iperf3 is killed
do you have any idea?
The text was updated successfully, but these errors were encountered: