In my previous post, you learnt how to monitor your with . In this part, I will show you how to use the same Stack but instead of using as our visualization and exploration tool we will use . Swarm Cluster TICK Stack Chronograf Grafana Connect to your node via , and clone the following repository: manager SSH Github git clone https://github.com/mlabouardy/swarm-tig.git Use the below to setup the monitoring stack: docker-compose.yml Then, issue the following command to deploy the stack: docker stack deploy — compose-file docker-compose.yml tig Once deployed, you should see the list of services running on the cluster: Point your browser to you should be able to reach the , http://IP:3000 Grafana Dashboard: The default username & password are Go ahead and log in. admin. Go to “ ” and create 2 data sources: Data Sources InfluxDB : pointing to your metrics database. Vms Cluster Nodes : pointing to your metrics database. Docker Docker Services Finally, import the dashboard by hitting the “ ” button: import From here, you can upload the , then pick the data sources you created earlier: dashboard.json You will end up with an interactive and dynamic dashboard: