mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-20 09:05:26 +00:00
Extend the max of admission latency buckets to 10s.
This commit is contained in:
parent
e7db88b0b6
commit
2dbdfd0902
@ -45,7 +45,7 @@ const (
|
||||
)
|
||||
|
||||
var (
|
||||
// Use buckets ranging from 5 ms to 2.5 seconds (admission webhooks timeout at 30 seconds by default).
|
||||
// Use buckets ranging from 5 ms to 10 seconds (admission webhooks timeout at 30 seconds by default).
|
||||
latencyBuckets = []float64{0.005, 0.025, 0.1, 0.5, 2.5, 5.0, 10.0}
|
||||
latencySummaryMaxAge = 5 * time.Hour
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user