We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77d5f10 + 44d9497 commit 126bb79Copy full SHA for 126bb79
pkg/scheduler/metrics/metrics.go
@@ -159,8 +159,8 @@ var (
159
Subsystem: SchedulerSubsystem,
160
Name: "pod_scheduling_duration_seconds",
161
Help: "E2e latency for a pod being scheduled which may include multiple scheduling attempts.",
162
- // Start with 1ms with the last bucket being [~16s, Inf)
163
- Buckets: metrics.ExponentialBuckets(0.001, 2, 15),
+ // Start with 10ms with the last bucket being [~88m, Inf).
+ Buckets: metrics.ExponentialBuckets(0.01, 2, 20),
164
StabilityLevel: metrics.ALPHA,
165
},
166
[]string{"attempts"})
0 commit comments