Skip to content

Commit c666caf

Browse files
committed
Removing word preview from doc
1 parent d3d3233 commit c666caf

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

articles/cosmos-db/fleet-pools.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Here are examples of allowed and unallowed configurations:
9898
9999
## Monitoring consumption
100100

101-
In the preview, you can monitor the RU/s the pool scaled to via the `FleetspaceAutoscaledThroughput` metric available at the fleet level.
101+
You can monitor the RU/s the pool scaled to via the `FleetspaceAutoscaledThroughput` metric available at the fleet level.
102102

103103
You can also monitor pooled RU/s consumption at the account level in Azure portal via Azure Monitor following these steps:
104104

@@ -114,13 +114,15 @@ You can also monitor pooled RU/s consumption at the account level in Azure porta
114114

115115
With the pooling feature, the total RU/s available for consumption to each physical partition is still subject to standard [physical partition limits](partitioning.md#physical-partitions). Each **physical partition** has limits on how much extra RU/s it can draw from the pool.
116116

117-
In the preview:
117+
By default:
118118

119-
- A physical partition uses up to 5,000 extra RU/s from the pool in addition to its dedicated throughput.
119+
- A physical partition uses up to 5,000 extra RU/s from the pool in addition to its dedicated throughput. If your application requires a different value, file a support ticket.
120+
121+
- A physical partition’s total consumption of dedicated + pool RU/s can't exceed 10,000 RU/s total, even if more RU/s are available to use from the pool.
122+
123+
- In summary, the maximum total RU/s a physical partition can consume while using pooling = $\min(5000+currentThroughput, 10000)$.
120124

121-
- A physical partition’s total consumption of dedicated + pool RU/s can't exceed 10,000 RU/s total, even if more RU/s are available to use from the pool.
122125

123-
- The maximum total RU/s a physical partition can consume while using pooling = $\min(5000+currentThroughput, 10000)$.
124126

125127
> [!TIP]
126128
> You can use the metric `PhysicalPartitionThroughput` in Azure Monitor to determine how many dedicated RU/s are allocated to each physical partition.

0 commit comments

Comments
 (0)