Skip to content

Commit a96ece4

Browse files
authored
Merge pull request kubernetes#2805 from damemi/update-downscale-metric-name
KEP-2185: Update metric name in Random Pod Downscale KEP
2 parents f1c8258 + ffda7a2 commit a96ece4

File tree

1 file changed

+3
-3
lines changed
  • keps/sig-apps/2185-random-pod-select-on-replicaset-downscale

1 file changed

+3
-3
lines changed

keps/sig-apps/2185-random-pod-select-on-replicaset-downscale/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Alpha (v1.21):
206206

207207
Beta (v1.22):
208208
- Enable LogarithmicScaleDown feature gate by default
209-
- Enable `deleted_pod_age_ratio` metric
209+
- Enable `sorting_deletion_age_ratio` metric
210210

211211
Stable (v1.23):
212212
- Remove LogarithmicScaleDown feature gate
@@ -291,12 +291,12 @@ _This section must be completed when targeting beta graduation to a release._
291291
* **What are the SLIs (Service Level Indicators) an operator can use to determine
292292
the health of the service?**
293293
- [x] Metrics
294-
- Metric name: deleted_pod_age_ratio
294+
- Metric name: sorting_deletion_age_ratio
295295
- [Optional] Aggregation method:
296296
- Components exposing the metric: kube-controller-manager
297297
- [ ] Other (treat as last resort)
298298

299-
The metric `deleted_pod_age_ratio` will provide a histogram of the ratio between the
299+
The metric `sorting_deletion_age_ratio` will provide a histogram of the ratio between the
300300
chosen `deleted pod`'s age over the current `youngest pod`'s age, for pods where the sort
301301
algorithm falls back to age. (Pod age is the final criteria in the sorting algorithm, so we don't
302302
want to measure this ratio for deletions which don't use this feature, as those may validly fall

0 commit comments

Comments
 (0)