Reliability
DB telemetry when Postgres is co-located.
Postgres on same host — Observability shows buffer, WAL, connection time-series.
DB telemetry beside server RAM during incident.
Bridge path: /server/observability

Step 1
WAL spike during bulk import — correlates with disk IO.
Throttle import.
DB telemetry when Postgres is co-located. /server/observability.

Step 2
Connection count growth — pool misconfig.
App config fix.
When Postgres co-located via SSH.

Step 3
Switch to postgres:// on same host for Query lab.
Two lenses one incident.
Pair database connect docs.

postgresql://, ssh://, sftp://, s3://, or smtp:// examples.Related connections