-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Docker input plugin should use context.WithTimeout #1133
Comments
@StephanZaat which version of Telegraf do you use? |
Telegraf - Version 0.12.1 |
This can be fixed by using any other |
good point @zstyblik, I've changed the issue to reflect that. We should be using context.WithTimeout. |
here are the instances:
|
I have around 15 dockers on a single server, so I'd prefer to use [ ] to get the status from all dockers.
However, when a docker on one of our test servers is in status "restarting" (i.e. for some reason it is not starting) Telegraf will hang on this docker and will refuse to send any output to the influx server.
I would expect Telegraf just skips a non-functioning docker. We have consul and other tools to do service discovery and checking.
The text was updated successfully, but these errors were encountered: