Skip to content

Commit ac781e7

Browse files
committed
Gabi's final edits
1 parent a60d094 commit ac781e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/data-explorer/manage-cluster-horizontal-scaling.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,19 @@ Optimized autoscale starts working. Its actions are now visible in the Azure act
5252

5353
When your cluster approaches a state of over-utilization, scale out to maintain optimal performance. Scale out will occur when:
5454
* The number of cluster instances is below the maximum number of instances defined by the user.
55-
* The cache utilization metric is above 80% for over an hour.
55+
* The cache utilization is high for over an hour.
5656

5757
> [!NOTE]
5858
> The scale out logic doesn't currently consider the ingestion utilization and CPU metrics. If those metrics are important for your use case, use [custom autoscale](#custom-autoscale).
5959
6060
**Scale in**
6161

6262
When your cluster approaches a state of under-utilization, scale in to lower costs but maintain performance. Multiple metrics are used to verify that it's safe to scale in the cluster. The following rules are evaluated daily for 7 days before scale in is performed:
63-
* The number of instances is above 2 but not above the maximum instance count.
63+
* The number of instances is above 2 and above the minimum number of instances defined.
6464
* To ensure that there's no overloading of resources, the following metrics must be verified before scale in is performed:
6565
* Cache utilization isn't high
66-
* Below average CPU
67-
* Below average ingestion utilization
66+
* CPU is below average
67+
* Ingestion utilization is below average
6868
* Streaming ingest utilization (if streaming ingest is used) isn't high
6969
* Keep alive events are above a defined minimum, processed properly, and on time.
7070
* No query throttling

0 commit comments

Comments
 (0)