Skip to content
This repository was archived by the owner on Aug 17, 2026. It is now read-only.

Latest commit

 

History

History
38 lines (30 loc) · 2.46 KB

File metadata and controls

38 lines (30 loc) · 2.46 KB
slug /cloud/managed-postgres/monitoring/overview
sidebar_label Overview
title Managed Postgres monitoring
description Overview of monitoring and observability options for ClickHouse Managed Postgres
keywords
managed postgres
monitoring
observability
metrics
dashboard
prometheus
query insights
pg_stat_ch
doc_type guide

import BetaBadge from '@theme/badges/BetaBadge';

Managed Postgres monitoring

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

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

Quick start {#quick-start}

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 tab on the same instance. To pipe host-level metrics into your own observability stack, use the Prometheus endpoint.