mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
Merge pull request #96054 from alvaroaleman/increase
Allow debugging kubelet image pull times
This commit is contained in:
@@ -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"},
|
||||||
|
Reference in New Issue
Block a user