Skip to content

Commit 030ac57

Browse files
Merge pull request #4699 from varun-dhawan/varund-sep
[PostgreSQL] updates the metric docs
2 parents b84196a + 2bf3208 commit 030ac57

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

articles/postgresql/monitor/concepts-monitoring.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Review the monitoring and metrics features in an Azure Database for
44
author: varun-dhawan
55
ms.author: varundhawan
66
ms.reviewer: maghan
7-
ms.date: 03/03/2026
7+
ms.date: 04/06/2026
88
ms.service: azure-database-postgresql
99
ms.subservice: monitoring
1010
ms.topic: concept-article
@@ -111,8 +111,9 @@ Choose from the following categories of enhanced metrics:
111111
| Display name | Metric ID | Unit | Description | Dimension | Default enabled |
112112
| --- | --- | --- | --- | --- | --- |
113113
| **Max Logical Replication Lag** | `logical_replication_delay_in_bytes` | Bytes | Maximum lag across all logical replication slots. | Doesn't apply | Yes |
114+
| **Logical replication slot sync status (preview)** | `logical_replication_slot_sync_status` | Count | Displays the status of logical replication slot in HA configuration. | Logical Replication Slot | No |
114115

115-
##### Replication
116+
##### Read Replication
116117

117118
| Display name | Metric ID | Unit | Description | Dimension | Default enabled |
118119
| --- | --- | --- | --- | --- | --- |
@@ -125,7 +126,7 @@ Choose from the following categories of enhanced metrics:
125126
| --- | --- | --- | --- | --- | --- |
126127
| **Disk Bandwidth Consumed Percentage ^** | `disk_bandwidth_consumed_percentage` | Percent | Percentage of data disk bandwidth consumed per minute. | Doesn't apply | Yes |
127128
| **Disk IOPS Consumed Percentage ^** | `disk_iops_consumed_percentage` | Percent | Percentage of data disk I/Os consumed per minute. | Doesn't apply | Yes |
128-
| **Postmaster Process cpu usage (preview)** | `postmaster_process_cpu_usage_percent` | Percent | CPU utilization of Postmaster process. Not applicable for Burstable SKU. | Doesn't apply | No |
129+
| **Postmaster Process cpu usage** | `postmaster_process_cpu_usage_percent` | Percent | CPU utilization of Postmaster process. Not applicable for Burstable SKU. | Doesn't apply | No |
129130

130131
> [!NOTE]
131132
> Metrics marked with `^` are emitted every minute but are processed and displayed in five-minute batches. This process results in up to a five-minute delay in metric visibility. When creating alerts on these metrics, account for this latency to ensure accurate and timely alerting.
@@ -135,7 +136,7 @@ Choose from the following categories of enhanced metrics:
135136
| Display name | Metric ID | Unit | Description | Dimension | Default enabled |
136137
| --- | --- | --- | --- | --- | --- |
137138
| **Max Connections** ** | `max_connections` | Count | Number of maximum connections. | Doesn't apply | Yes |
138-
| **TCP Connection Backlog (preview)** | `tcp_connection_backlog` | Count | Number of pending TCP connections waiting to be processed by the server. | Doesn't apply | No |
139+
| **TCP Connection Backlog** | `tcp_connection_backlog` | Count | Number of pending TCP connections waiting to be processed by the server. | Doesn't apply | No |
139140

140141
** **Max Connections** represents the configured value for the `max_connections` server parameter. The system polls this metric every 30 minutes.
141142

0 commit comments

Comments
 (0)