mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
Merge pull request #104512 from dntosas/automated-cherry-pick-of-#100720-upstream-release-1.19
Automated cherry pick of #100720: Fix buckets initialization
This commit is contained in:
commit
1cb6d75f5e
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ var (
|
|||
Subsystem: VolumeSchedulerSubsystem,
|
||||
Name: "scheduling_duration_seconds",
|
||||
Help: "Volume scheduling stage latency (Deprecated since 1.19.0)",
|
||||
Buckets: metrics.ExponentialBuckets(1000, 2, 15),
|
||||
Buckets: metrics.ExponentialBuckets(0.001, 2, 15),
|
||||
StabilityLevel: metrics.ALPHA,
|
||||
DeprecatedVersion: "1.19.0",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue