> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-sync-clickhouse-operator-docs-7e82242.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Managed Postgres monitoring

> Overview of monitoring and observability options for ClickHouse Managed Postgres

export const PrivatePreviewBadge = () => {
  return <div className="privatePreviewBadge">
            <div className="privatePreviewIcon">
            <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path d="M5.33301 6.66667V4.66667V4.66667C5.33301 3.194 6.52701 2 7.99967 2V2C9.47234 2 10.6663 3.194 10.6663 4.66667V4.66667V6.66667" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" />
                <path d="M8.00033 9.33337V11.3334" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" />
                <path fillRule="evenodd" clipRule="evenodd" d="M11.333 14H4.66634C3.92967 14 3.33301 13.4033 3.33301 12.6666V7.99996C3.33301 7.26329 3.92967 6.66663 4.66634 6.66663H11.333C12.0697 6.66663 12.6663 7.26329 12.6663 7.99996V12.6666C12.6663 13.4033 12.0697 14 11.333 14Z" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" />
            </svg>
        </div>
            {'Private preview in ClickHouse Cloud'}
        </div>;
};

You can monitor your Managed Postgres services with the following
methods:

| Section                                                                 | Description                                                                               | Setup required           |
| ----------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ------------------------ |
| [Dashboard](/products/managed-postgres/monitoring/dashboard)            | Built-in cloud console charts for resource usage and database activity                    | None                     |
| [Query Insights](/products/managed-postgres/monitoring/query-insights)  | Per-statement telemetry: every query pattern ranked by impact, with diagnostic counters   | None                     |
| [Prometheus endpoint](/products/managed-postgres/monitoring/prometheus) | Scrape metrics into Prometheus, Grafana, Datadog, or any OpenMetrics-compatible collector | API key + scraper config |
| [Metrics reference](/products/managed-postgres/monitoring/metrics)      | Full list of metrics exposed by the Prometheus endpoint, with types, labels, and meanings | N/A                      |

<h2 id="quick-start">
  Quick start
</h2>

Open the cloud console and navigate to the **Monitoring** tab of any
Managed Postgres instance to see live charts for CPU, memory, IOPS,
connections, transactions, cache hit ratio, and deadlocks. No
configuration required.

For per-query telemetry — latency percentiles, cache vs. disk reads,
temp spills, parallel worker utilization, and WAL volume — open the
[Query Insights](/products/managed-postgres/monitoring/query-insights) tab
on the same instance. To pipe host-level metrics into your own
observability stack, use the
[Prometheus endpoint](/products/managed-postgres/monitoring/prometheus).
