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/flexible-server/concepts-monitoring.md
+4-4Lines changed: 4 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 Azure Database for Po
4
4
author: varun-dhawan
5
5
ms.author: varundhawan
6
6
ms.reviewer: maghan
7
-
ms.date: 06/18/2024
7
+
ms.date: 07/31/2024
8
8
ms.service: postgresql
9
9
ms.subservice: flexible-server
10
10
ms.topic: conceptual
@@ -36,13 +36,13 @@ The following metrics are available for an Azure Database for PostgreSQL flexibl
36
36
|**CPU Credits Consumed**|`cpu_credits_consumed`|Count |Number of credits used by the flexible server. Applies to the Burstable tier. |Yes |
37
37
|**CPU Credits Remaining**|`cpu_credits_remaining`|Count |Number of credits available to burst. Applies to the Burstable tier. |Yes |
38
38
|**CPU percent**|`cpu_percent`|Percent |Percentage of CPU in use. |Yes |
39
-
|**Database Size (preview)**|`database_size_bytes`|Bytes |Database size in bytes. |Yes |
39
+
|**Database Size**|`database_size_bytes`|Bytes |Database size in bytes. |Yes |
40
40
|**Disk Queue Depth**|`disk_queue_depth`|Count |Number of outstanding I/O operations to the data disk. |Yes |
41
41
|**IOPS**|`iops`|Count |Number of I/O operations to disk per second. |Yes |
42
42
|**Maximum Used Transaction IDs**|`maximum_used_transactionIDs`|Count |Maximum number of transaction IDs in use. |Yes |
43
43
|**Memory percent**|`memory_percent`|Percent |Percentage of memory in use. |Yes |
44
-
|**Network Out**|`network_bytes_egress`|Bytes |Amount of outgoing network traffic. |Yes |
45
-
|**Network In**|`network_bytes_ingress`|Bytes |Amount of incoming network traffic. |Yes |
44
+
|**Network Out**|`network_bytes_egress`|Bytes |Total sum of outgoing network traffic on the server for a selected period. This metric includes outgoing traffic from your database and from Azure Database for Postgres flexible server, including features like monitoring, logs, WAL archive, replication etc. |Yes |
45
+
|**Network In**|`network_bytes_ingress`|Bytes |Total sum of incoming network traffic on the server for a selected period. This metric includes incoming traffic to your database and to Azure Database for Postgres flexible server, including features like monitoring, logs, WAL archive, replication etc.|Yes |
46
46
|**Read IOPS**|`read_iops`|Count |Number of data disk I/O read operations per second. |Yes |
47
47
|**Read Throughput**|`read_throughput`|Bytes |Bytes read per second from disk. |Yes |
48
48
|**Storage Free**|`storage_free`|Bytes |Amount of storage space that's available. |Yes |
0 commit comments