Metrics

CPU and memory usage for your deployments over time.

Atlasflow records resource metrics for your running deployments so you can understand performance and right-size your workload.

Available metrics

MetricWhat it shows
CPUvCPU usage of your running container over time.
MemoryMemory usage of your running container over time.

Metrics are displayed as time-series charts on the deployment view. You can change the time range to zoom in on a spike or look at a longer trend.

Reading the charts

  • A sustained high CPU line suggests your app is compute-bound; consider optimizing hot paths or running more instances (available on the Team plan).
  • A memory line that climbs steadily and never drops can indicate a leak. A line that approaches the container's limit risks the process being terminated.

Metrics and billing

The same resource usage that appears in these charts is what Atlasflow meters for usage-based billing. Watching metrics is a good way to understand and predict your bill.

Next steps