Introduction
When you run containers, you want to know how much CPU, memory, and other resources they use. Container metrics collection helps you see this information so you can keep your apps healthy and fix problems quickly.
When you want to check if a container is using too much memory and might crash.
When you need to monitor CPU usage of your app containers to avoid slowdowns.
When you want to track network traffic inside containers to detect unusual activity.
When you want to collect data to improve your app's performance over time.
When you want to see resource usage before scaling your containers up or down.