This article assumes prior knowledge of Docker containers, Prometheus and Grafana. Use cases:
- Monitor container metrics
- Send Alerts when a container is stopped / down We are going to use the following tools. cadvisor — https://github.com/google/cadvisor
Analyzes resource usage and performance characteristics of running containers. Prometheus — https://prometheus.io/
Event…