Merge pull request #120680 from ruiwen-zhao/pod-start-bucket

Use a wider-range of metric buckets for PodStartDuration
This commit is contained in:
Kubernetes Prow Robot 2023-10-25 20:16:34 +02:00 committed by GitHub
commit f82670d8ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,7 +162,7 @@ var (
Subsystem: KubeletSubsystem,
Name: PodStartDurationKey,
Help: "Duration in seconds from kubelet seeing a pod for the first time to the pod starting to run",
Buckets: metrics.DefBuckets,
Buckets: []float64{0.5, 1, 2, 3, 4, 5, 6, 8, 10, 20, 30, 45, 60, 120, 180, 240, 300, 360, 480, 600, 900, 1200, 1800, 2700, 3600},
StabilityLevel: metrics.ALPHA,
},
)