File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pkg/controller/replicaset/metrics Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ var SortingDeletionAgeRatio = metrics.NewHistogram(
26
26
& metrics.HistogramOpts {
27
27
Subsystem : ReplicaSetControllerSubsystem ,
28
28
Name : "sorting_deletion_age_ratio" ,
29
- Help : "The ratio of chosen deleted pod's ages to the current youngest pod's age (at the time). Should be <2." +
30
- "The intent of this metric is to measure the rough efficacy of the LogarithmicScaleDown feature gate's effect on" +
29
+ Help : "The ratio of chosen deleted pod's ages to the current youngest pod's age (at the time). Should be <2. " +
30
+ "The intent of this metric is to measure the rough efficacy of the LogarithmicScaleDown feature gate's effect on " +
31
31
"the sorting (and deletion) of pods when a replicaset scales down. This only considers Ready pods when calculating and reporting." ,
32
32
Buckets : metrics .ExponentialBuckets (0.25 , 2 , 6 ),
33
33
StabilityLevel : metrics .ALPHA ,
You can’t perform that action at this time.
0 commit comments