File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
articles/postgresql/flexible-server Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ms.author: varundhawan
6
6
ms.service : postgresql
7
7
ms.subservice : flexible-server
8
8
ms.topic : conceptual
9
- ms.date : 1/17 /2024
9
+ ms.date : 4/3 /2024
10
10
---
11
11
12
12
# 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
35
35
| ** CPU Credits Consumed** | ` cpu_credits_consumed ` | Count | Number of credits used by the flexible server. Applies to the Burstable tier. | Yes |
36
36
| ** CPU Credits Remaining** | ` cpu_credits_remaining ` | Count | Number of credits available to burst. Applies to the Burstable tier. | Yes |
37
37
| ** CPU percent** | ` cpu_percent ` | Percent | Percentage of CPU in use. | Yes |
38
+ | ** Database Size (preview)** | ` database_size_bytes ` | Bytes | Database size in bytes. | Yes |
38
39
| ** Disk Queue Depth** | ` disk_queue_depth ` | Count | Number of outstanding I/O operations to the data disk. | Yes |
39
40
| ** IOPS** | ` iops ` | Count | Number of I/O operations to disk per second. | Yes |
40
41
| ** Maximum Used Transaction IDs** | ` maximum_used_transactionIDs ` | Count | Maximum number of transaction IDs in use. | Yes |
You can’t perform that action at this time.
0 commit comments