-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add plugin for Docker #71
Comments
Hi @oli-g Great idea! I'll definitely dig in to it during the weekend. |
Didn't succeed in setting up docker plugin to pass statistics to influxdb so far. Encountered reported issue: lebauce/docker-collectd-plugin#37. Will investigate more. @oli-g does this collectd docker plugin work for you? |
I'm going to try adding the plugin to my collectd Docker image, then I'll get back to you. Thanks for looking into this! |
Here you can find a Collectd Docker image already including the Docker plugin: https://github.com/signalfx/docker-collectd. They explained their process here: https://signalfx.com/blog/monitoring-docker-at-scale-with-signalfx/. |
@anryko Hey, I would suggest you to run our collectd Docker image with docker-collectd-plugin preinstalled. Just run something like:
Make sure to add the following lines to your
Now run any other container on the same host: you should be able to see Docker metrics coming to your InfluxDB instance. |
@oli-g hey,thanks for detailed howto on your setup. It was very helpful. Please checkout initial implementation and let me know what you think. I encountered the same issue as with processes extended metrics, when for the same metric in some graphs I want to see instances combined and in others separated. Last time I approached it by splitting metric in to two plugins. However, this time the same approach would look ugly. So I added possibility to setup I'm going to rework processes plugin in the same manner. What do you think about that? |
Merged docker plugin. |
@anryko Hi! Sorry for not giving you that feedback. I already tested the new Docker plugin integration, and it looks good to me. Just one question: where should I set |
@oli-g Hi! No problem. I added it |
@oli-g I couldn't find the source files for |
Hi @anryko
I think that supporting the Docker Collectd plugin could be another nice addition to your dashboards. That plugin adoption is emerging within the Docker community (check this post as an example).
What do you think?
The text was updated successfully, but these errors were encountered: