In this second part of the tutorial we will create a Grafana dashboard to visualize the performance data that we have collected in the first part of the tutorial that can be found here: How to monitor docker containers using cAdvisor [ Part 1 ]
The first thing we need to do is create and configure a new Data Source for Grafana.
The configuration of the Data Source can be different if you are not using NetEye.
Now we are going to create a new dashboard to visualize the disk usage of our docker host machine.
In this tutorial we have seen just one example, but it’s possible to create graphs to visualize CPU usage, memory usage and network traffic. You can find more examples here: Docker Monitoring.