Nova monitors your Docker containers automatically when the agent is installed on the host. You get container-level CPU, memory, network, and disk metrics, plus log collection from every container.
If you have not already, install the Nova agent on the machine running Docker:
The agent auto-detects Docker. Verify it is enabled in the agent config:
If you prefer not to install the agent on the host, run it as a sidecar container:
Add labels to your containers so Nova can group and filter them:
For Docker Compose, add labels in your docker-compose.yml under each service's labels section. Nova uses these to auto-create service maps.
In Nova, go to Infrastructure > Containers. You will see every running container with live CPU, memory, and network stats. Click any container to drill into its metrics and logs.
Create alerts on container-specific metrics like restart count, memory limit percentage, or OOM kills. Go to Alerts > Create and select a Docker metric.
Monitor every container in your Docker environment with full metrics and logs.
Start Free Trial