Logs & latency
Every managed database surfaces its container logs plus live health stats so you can spot trouble without leaving the dashboard.
Container logs
The database overview shows recent container logs (newest last, timestamped) — useful for diagnosing startup issues, slow queries logged by the engine, or connection errors.
Live stats
- Status — whether the container is running, stopped, or in another state.
- Storage used vs the storage limit for the instance.
- Active connections — established connections right now.
- Latency — p50, p95 and p99 percentiles plus the most recent sample.
What the latency measuresLatency is a credential-free active probe's round-trip to the engine (a ping for Redis-family stores, a lightweight handshake for SQL engines), sampled continuously. It reflects reachability and responsiveness of the instance, not the duration of your individual queries.