mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 11:13:48 +00:00
apiserver: introduce larger buckets for flowcontrol request_wait_duration_seconds bucket
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
This commit is contained in:
parent
c607984379
commit
16fdd3e5ee
@ -47,7 +47,7 @@ const (
|
||||
|
||||
var (
|
||||
queueLengthBuckets = []float64{0, 10, 25, 50, 100, 250, 500, 1000}
|
||||
requestDurationSecondsBuckets = []float64{0, 0.005, 0.02, 0.05, 0.1, 0.2, 0.5, 1, 2, 5, 10, 30}
|
||||
requestDurationSecondsBuckets = []float64{0, 0.005, 0.02, 0.05, 0.1, 0.2, 0.5, 1, 2, 5, 10, 15, 30}
|
||||
)
|
||||
|
||||
var registerMetrics sync.Once
|
||||
|
@ -3612,6 +3612,7 @@
|
||||
- 2
|
||||
- 5
|
||||
- 10
|
||||
- 15
|
||||
- 30
|
||||
- name: seat_fair_frac
|
||||
subsystem: flowcontrol
|
||||
|
Loading…
Reference in New Issue
Block a user