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/cosmos-db/postgresql/concepts-monitoring.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: cosmos-db
7
7
ms.subservice: postgresql
8
8
ms.custom: ignite-2022
9
9
ms.topic: conceptual
10
-
ms.date: 09/27/2022
10
+
ms.date: 01/18/2023
11
11
---
12
12
13
13
# Monitor and tune Azure Cosmos DB for PostgreSQL
@@ -56,6 +56,8 @@ These metrics are available for nodes:
56
56
|---|---|---|---|
57
57
|active_connections|Active Connections|Count|The number of active connections to the server.|
58
58
|apps_reserved_memory_percent|Reserved Memory Percent|Percent|Calculated from the ratio of Committed_AS/CommitLimit as shown in /proc/meminfo.|
59
+
|cpu_credits_consumed|CPU credits consumed|Credits|Total number of credits consumed by the node. (Only available when burstable compute is provisioned on the node.)|
60
+
|cpu_credits_remaining|CPU credits remaining|Credits|Total number of credits available to burst. (Only available when burstable compute is provisioned on the node.)|
59
61
|cpu_percent|CPU percent|Percent|The percentage of CPU in use.|
60
62
|iops|IOPS|Count|See the [IOPS definition](../../virtual-machines/premium-storage-performance.md#iops) and [Azure Cosmos DB for PostgreSQL throughput](resources-compute.md)|
61
63
|memory_percent|Memory percent|Percent|The percentage of memory in use.|
0 commit comments