Skip to content

Commit b9ee134

Browse files
Apply docs-team style pass to the aggregation note
Review from the Anyscale docs team against the Ray writing style guide: a colon introduces a list or a code block only, so the clause after "removed" becomes its own sentence; contractions read naturally; and "very" is on the filler-word list. Prose only, no change to the described behaviour. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: John Taylor <john.taylor@anyscale.com>
1 parent e60d10b commit b9ee134

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/source/serve/advanced-guides/advanced-autoscaling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ The controller aggregates the raw timeseries to compute total ongoing requests a
135135
- **Output**: Single value representing total ongoing requests
136136

137137
:::{note}
138-
Earlier releases also supported a "simple mode" that summed averages pre-computed at each replica and handle, selected by `RAY_SERVE_AGGREGATE_METRICS_AT_CONTROLLER`. That flag and that mode are removed: the controller now always aggregates raw timeseries. Two consequences if you are upgrading from a release that had the flag, where it defaulted to simple mode:
138+
Earlier releases also supported a "simple mode" that summed averages pre-computed at each replica and handle, selected by `RAY_SERVE_AGGREGATE_METRICS_AT_CONTROLLER`. That flag and that mode are removed. The controller now always aggregates raw timeseries. Two consequences if you're upgrading from a release that had the flag, where it defaulted to simple mode:
139139
- [`aggregation_function`](../api/doc/ray.serve.config.AutoscalingConfig.rst) now always applies. Under simple mode it was ignored, so a deployment that set `max` or `min` and never enabled the flag scaled on a mean and now scales on a peak or a trough.
140-
- Aggregating timeseries costs the controller more than summing pre-computed averages, and the cost grows with the number of replicas. Watch controller CPU on deployments with very high replica counts.
140+
- Aggregating timeseries costs the controller more than summing pre-computed averages, and the cost grows with the number of replicas. Watch controller CPU on deployments with high replica counts.
141141
:::
142142

143143
#### Stage 4: Policy execution

0 commit comments

Comments
 (0)