Skip to content

Commit

Permalink
Merge pull request #104513 from dntosas/automated-cherry-pick-of-#100…
Browse files Browse the repository at this point in the history
…720-upstream-release-1.20

Automated cherry pick of #100720: Fix buckets initialization
  • Loading branch information
k8s-ci-robot committed Sep 10, 2021
2 parents 1ad6377 + f95e096 commit 60b6c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/volume/scheduling/metrics/metrics.go
Expand Up @@ -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",
},
Expand Down

0 comments on commit 60b6c13

Please sign in to comment.