mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 09:22:44 +00:00
Merge pull request #123038 from alculquicondor/sched_metric
Fix deprecated version for pod_scheduling_duration_seconds
This commit is contained in:
commit
7080b51ee9
@ -124,7 +124,7 @@ var (
|
||||
// Start with 10ms with the last bucket being [~88m, Inf).
|
||||
Buckets: metrics.ExponentialBuckets(0.01, 2, 20),
|
||||
StabilityLevel: metrics.STABLE,
|
||||
DeprecatedVersion: "1.28.0",
|
||||
DeprecatedVersion: "1.29.0",
|
||||
},
|
||||
[]string{"attempts"})
|
||||
|
||||
|
@ -529,7 +529,7 @@
|
||||
help: E2e latency for a pod being scheduled which may include multiple scheduling
|
||||
attempts.
|
||||
type: Histogram
|
||||
deprecatedVersion: 1.28.0
|
||||
deprecatedVersion: 1.29.0
|
||||
stabilityLevel: STABLE
|
||||
labels:
|
||||
- attempts
|
||||
|
Loading…
Reference in New Issue
Block a user