You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/postgresql/monitor/concepts-monitoring.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Review the monitoring and metrics features in an Azure Database for
4
4
author: varun-dhawan
5
5
ms.author: varundhawan
6
6
ms.reviewer: maghan
7
-
ms.date: 03/03/2026
7
+
ms.date: 04/06/2026
8
8
ms.service: azure-database-postgresql
9
9
ms.subservice: monitoring
10
10
ms.topic: concept-article
@@ -111,8 +111,9 @@ Choose from the following categories of enhanced metrics:
111
111
| Display name | Metric ID | Unit | Description | Dimension | Default enabled |
112
112
| --- | --- | --- | --- | --- | --- |
113
113
|**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 |
114
115
115
-
##### Replication
116
+
##### Read Replication
116
117
117
118
| Display name | Metric ID | Unit | Description | Dimension | Default enabled |
118
119
| --- | --- | --- | --- | --- | --- |
@@ -125,7 +126,7 @@ Choose from the following categories of enhanced metrics:
125
126
| --- | --- | --- | --- | --- | --- |
126
127
|**Disk Bandwidth Consumed Percentage ^**|`disk_bandwidth_consumed_percentage`| Percent | Percentage of data disk bandwidth consumed per minute. | Doesn't apply | Yes |
127
128
|**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 |
129
130
130
131
> [!NOTE]
131
132
> 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:
135
136
| Display name | Metric ID | Unit | Description | Dimension | Default enabled |
136
137
| --- | --- | --- | --- | --- | --- |
137
138
|**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 |
139
140
140
141
****Max Connections** represents the configured value for the `max_connections` server parameter. The system polls this metric every 30 minutes.
0 commit comments