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, Subsystem: KubeletSubsystem,
Name: RuntimeOperationsDurationKey, Name: RuntimeOperationsDurationKey,
Help: "Duration in seconds of runtime operations. Broken down by operation type.", 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, StabilityLevel: metrics.ALPHA,
}, },
[]string{"operation_type"}, []string{"operation_type"},