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.|
Copy file name to clipboardExpand all lines: articles/cosmos-db/postgresql/product-updates.md
+6-1Lines changed: 6 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.custom: mvc
7
7
ms.service: cosmos-db
8
8
ms.subservice: postgresql
9
9
ms.topic: conceptual
10
-
ms.date: 01/11/2023
10
+
ms.date: 01/23/2023
11
11
---
12
12
13
13
# Product updates for Azure Cosmos DB for PostgreSQL
@@ -22,6 +22,11 @@ Updates that don’t directly affect the internals of a cluster are rolled out g
22
22
23
23
Updates that change cluster internals, such as installing a [new minor PostgreSQL version](https://www.postgresql.org/developer/roadmap/), are delivered to existing clusters as part of the next [scheduled maintenance](concepts-maintenance.md) event. Such updates are available immediately to newly created clusters.
24
24
25
+
### January 2023
26
+
27
+
* General availability: 1- and 2-vCore [burstable compute](concepts-burstable-compute.md) options for single-node clusters (for dev/test and smaller workloads).
28
+
* Available in all supported regions. See compute and storage details [here](resources-compute.md#single-node-cluster).
29
+
25
30
### December 2022
26
31
27
32
* General availability: Azure Cosmos DB for PostgreSQL is now available in the Sweden Central and Switzerland West regions.
0 commit comments