Skip to content

Commit 8ca57ba

Browse files
Merge pull request #271118 from varun-dhawan/varund-jan
[PostgreSQL] updates details for new metric "Database_Size"
2 parents b39111c + 9d80614 commit 8ca57ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: varundhawan
66
ms.service: postgresql
77
ms.subservice: flexible-server
88
ms.topic: conceptual
9-
ms.date: 1/17/2024
9+
ms.date: 4/3/2024
1010
---
1111

1212
# Monitor metrics on Azure Database for PostgreSQL - Flexible Server
@@ -35,6 +35,7 @@ The following metrics are available for an Azure Database for PostgreSQL flexibl
3535
|**CPU Credits Consumed** |`cpu_credits_consumed` |Count |Number of credits used by the flexible server. Applies to the Burstable tier. |Yes |
3636
|**CPU Credits Remaining** |`cpu_credits_remaining` |Count |Number of credits available to burst. Applies to the Burstable tier. |Yes |
3737
|**CPU percent** |`cpu_percent` |Percent |Percentage of CPU in use. |Yes |
38+
|**Database Size (preview)** |`database_size_bytes` |Bytes |Database size in bytes. |Yes |
3839
|**Disk Queue Depth** |`disk_queue_depth` |Count |Number of outstanding I/O operations to the data disk. |Yes |
3940
|**IOPS** |`iops` |Count |Number of I/O operations to disk per second. |Yes |
4041
|**Maximum Used Transaction IDs**|`maximum_used_transactionIDs`|Count |Maximum number of transaction IDs in use. |Yes |

0 commit comments

Comments
 (0)