-
Notifications
You must be signed in to change notification settings - Fork 14
Add performance metrics to microservices #106
Comments
Is the plan to use collectd for monitoring CPU and memory? statsd does not handle this, correct? And if yes, how would that work in Docker considering you're not supposed to running background services? I did come across docker-collectd-plugin. Its not completely clear how this work. I think you install it on each Docker host, and it uses the Docker Remote API's I also came across this post where someone had created a separate container for monitoring all the other containers on a given host. It requires that container having access to the host's docker pid. Not sure we want to go this route either, but interesting to see how others are doing Docker monitoring: |
Scratch that about Check out How to Setup Docker Monitoring. Seems like a good writeup on glueing cAdvisor, InfluxDB, and Grafana together. |
Also, I've added cAdvisor to the Docker Compose setup. PR coming soon... |
The text was updated successfully, but these errors were encountered: