// MONITORING AND LOGS
Usage Metrics
Hourly snapshots of containers, memory, databases, and domains per account.
An hourly snapshot job records, per account: running container count, total memory used across those containers (from Docker's own stats API), number of provisioned databases, and number of active custom domains. This is what quota usage bars in the dashboard are based on.
There's no per-request traffic, latency, or error-rate metric exposed today — the snapshot is a resource-usage view for quota/billing purposes, not an APM-style dashboard. For request-level observability, instrument your own app (see Runtime Logs).