mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Fix deprecated version for pod_scheduling_duration_seconds
Change-Id: Ia0ad9381057a4a1a4a4490861a0d7c1a7ba800cb
This commit is contained in:
parent
922fbbf5b7
commit
b8c19dd1d2
@ -124,7 +124,7 @@ var (
|
|||||||
// Start with 10ms with the last bucket being [~88m, Inf).
|
// Start with 10ms with the last bucket being [~88m, Inf).
|
||||||
Buckets: metrics.ExponentialBuckets(0.01, 2, 20),
|
Buckets: metrics.ExponentialBuckets(0.01, 2, 20),
|
||||||
StabilityLevel: metrics.STABLE,
|
StabilityLevel: metrics.STABLE,
|
||||||
DeprecatedVersion: "1.28.0",
|
DeprecatedVersion: "1.29.0",
|
||||||
},
|
},
|
||||||
[]string{"attempts"})
|
[]string{"attempts"})
|
||||||
|
|
||||||
|
@ -529,7 +529,7 @@
|
|||||||
help: E2e latency for a pod being scheduled which may include multiple scheduling
|
help: E2e latency for a pod being scheduled which may include multiple scheduling
|
||||||
attempts.
|
attempts.
|
||||||
type: Histogram
|
type: Histogram
|
||||||
deprecatedVersion: 1.28.0
|
deprecatedVersion: 1.29.0
|
||||||
stabilityLevel: STABLE
|
stabilityLevel: STABLE
|
||||||
labels:
|
labels:
|
||||||
- attempts
|
- attempts
|
||||||
|
Loading…
Reference in New Issue
Block a user