Skip to content

Commit 552987f

Browse files
Merge pull request #282802 from varun-dhawan/varund-jul
[PostgreSQL] updates the metrics description
2 parents 66a2ff8 + c1861c3 commit 552987f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/postgresql/flexible-server/concepts-monitoring.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Review the monitoring and metrics features in Azure Database for Po
44
author: varun-dhawan
55
ms.author: varundhawan
66
ms.reviewer: maghan
7-
ms.date: 06/18/2024
7+
ms.date: 07/31/2024
88
ms.service: postgresql
99
ms.subservice: flexible-server
1010
ms.topic: conceptual
@@ -36,13 +36,13 @@ The following metrics are available for an Azure Database for PostgreSQL flexibl
3636
|**CPU Credits Consumed** |`cpu_credits_consumed` |Count |Number of credits used by the flexible server. Applies to the Burstable tier. |Yes |
3737
|**CPU Credits Remaining** |`cpu_credits_remaining` |Count |Number of credits available to burst. Applies to the Burstable tier. |Yes |
3838
|**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 |
4040
|**Disk Queue Depth** |`disk_queue_depth` |Count |Number of outstanding I/O operations to the data disk. |Yes |
4141
|**IOPS** |`iops` |Count |Number of I/O operations to disk per second. |Yes |
4242
|**Maximum Used Transaction IDs**|`maximum_used_transactionIDs`|Count |Maximum number of transaction IDs in use. |Yes |
4343
|**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 |
4646
|**Read IOPS** |`read_iops` |Count |Number of data disk I/O read operations per second. |Yes |
4747
|**Read Throughput** |`read_throughput` |Bytes |Bytes read per second from disk. |Yes |
4848
|**Storage Free** |`storage_free` |Bytes |Amount of storage space that's available. |Yes |

0 commit comments

Comments
 (0)