Use case

Docker monitoring without turning it into a platform project.

Nova can fit teams running Docker on Linux servers who need host-level visibility first, then optional container metrics and Docker logs per node.

Current support
Container metrics and Docker logs are optional per Linux node.
Base coverage
Linux metrics and journal logs remain the foundation.
Good fit
Docker Compose, app servers, and small container fleets.
Not Kubernetes
Kubernetes monitoring is not part of Nova V1 scope.

How Docker fits Nova V1

NovaUI includes collector feature toggles for container metrics and Docker logs. That makes Docker a good adjacent use case when the underlying host is still a Linux server managed through Nova's collector flow.

The goal is not to replace a full container platform observability stack. The goal is to make small Docker deployments easier to inspect when something restarts, fills disk, or produces noisy logs.

Recommended beta rollout

Start with Linux host metrics and journal logs. Enable Docker metrics and Docker logs only where the extra signal is useful, because container logs can grow quickly.

Use file log monitoring for specific application logs when Docker logs are too broad or too noisy.

  • Enable container metrics for nodes where container health matters.
  • Enable Docker logs selectively for important services.
  • Review log volume before committing to long retention.