Merge pull request #96054 from alvaroaleman/increase

Allow debugging kubelet image pull times
This commit is contained in:
Kubernetes Prow Robot
2020-11-12 11:20:14 -08:00
committed by GitHub

View File

@@ -204,7 +204,7 @@ var (
Subsystem: KubeletSubsystem,
Name: RuntimeOperationsDurationKey,
Help: "Duration in seconds of runtime operations. Broken down by operation type.",
Buckets: metrics.DefBuckets,
Buckets: metrics.ExponentialBuckets(.005, 2.5, 14),
StabilityLevel: metrics.ALPHA,
},
[]string{"operation_type"},