mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-16 23:29:21 +00:00
apiserver: introduce larger buckets for request_filter_duration_seconds metric
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
This commit is contained in:
parent
9f5a3f5e90
commit
c607984379
@ -229,7 +229,7 @@ var (
|
||||
Subsystem: APIServerComponent,
|
||||
Name: "request_filter_duration_seconds",
|
||||
Help: "Request filter latency distribution in seconds, for each filter type",
|
||||
Buckets: []float64{0.0001, 0.0003, 0.001, 0.003, 0.01, 0.03, 0.1, 0.3, 1.0, 5.0},
|
||||
Buckets: []float64{0.0001, 0.0003, 0.001, 0.003, 0.01, 0.03, 0.1, 0.3, 1.0, 5.0, 10.0, 15.0, 30.0},
|
||||
StabilityLevel: compbasemetrics.ALPHA,
|
||||
},
|
||||
[]string{"filter"},
|
||||
|
@ -2727,6 +2727,9 @@
|
||||
- 0.3
|
||||
- 1
|
||||
- 5
|
||||
- 10
|
||||
- 15
|
||||
- 30
|
||||
- name: request_post_timeout_total
|
||||
subsystem: apiserver
|
||||
help: Tracks the activity of the request handlers after the associated requests
|
||||
|
Loading…
Reference in New Issue
Block a user