Skip to main content
AirCloud provides monitoring at two levels: Project Monitoring and Container Monitoring.

Project Monitoring

From the Project sidebar, open Monitoring to view metrics for all containers within the Project. If the Project contains multiple containers, their metrics are displayed together on the same chart with separate legends for comparison. Project Monitoring Eng942

Filters and Display Options

OptionDescription
ContainerDisplay metrics for a specific container only.
MetricSelect the metrics to display.
Project / ContainerSwitch between aggregated project metrics and per-container metrics.
Date RangeSelect the time range to view.
Time IntervalChoose the aggregation interval (for example, 1 minute or 5 minutes).
Auto RefreshEnable or disable automatic updates.

Container Monitoring

From an individual container page, open Monitoring to view detailed metrics for that container. Use the metric selector in the upper-right corner to customize the dashboard and display only the metrics you need. Runtime Endpoint Eng

Available Metrics

MetricDescription
GPU Memory UsageGPU VRAM usage (MiB).
GPU UtilizationGPU utilization (%).
CPU UtilizationCPU utilization (%).
Memory UsageSystem memory usage (GB).
Network TrafficTotal inbound and outbound network traffic (GB).
Network ThroughputReal-time network throughput (KB/s).
Active ReplicasNumber of currently running Replicas.
HTTP Requests per Second (QPS)Number of HTTP requests processed per second.
HTTP P90 Latency90th percentile HTTP response latency.
HTTP Errors per SecondNumber of HTTP error responses per second.
Request CountNumber of requests over time.
Total RequestsCumulative request count.
Task ErrorsNumber of processing errors.

Container Runtime Logs

From the Runtime Logs page of a container, you can view logs for both running and terminated Replicas, organized by date. Runtime Log Eng Select a Replica and log file from the left panel to display its contents.
FilterDescription
Replica / File SearchQuickly find a specific Replica or log file.
Time RangeDisplay logs within a specific time range.
Keyword SearchSearch log contents using plain text or regular expressions.
Source FilterDisplay logs from all sources or only selected sources.
View OptionsCustomize how logs are displayed.
  • View logs from both Running and Terminated Replicas.
  • Browse log files organized by date.
  • Click Download All Logs to download all available log files.
If a deployment fails or behaves unexpectedly, checking the runtime logs is usually the fastest way to identify the cause. Runtime logs are retained for a period of time even after a container has stopped.

Troubleshooting

Learn how to diagnose common deployment and operational issues.

Autoscaling and Scheduled Scaling

Learn how Replica counts change with Autoscaling and Scheduled Scaling.