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:
Andrew Sy Kim 2023-06-28 15:08:15 +00:00
parent c607984379
commit 16fdd3e5ee
2 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,7 @@ const (
var ( var (
queueLengthBuckets = []float64{0, 10, 25, 50, 100, 250, 500, 1000} 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 var registerMetrics sync.Once

View File

@ -3612,6 +3612,7 @@
- 2 - 2
- 5 - 5
- 10 - 10
- 15
- 30 - 30
- name: seat_fair_frac - name: seat_fair_frac
subsystem: flowcontrol subsystem: flowcontrol