mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-18 17:33:39 +00:00
add 25s bucket
This commit is contained in:
parent
20b5205dad
commit
7b823002f3
@ -178,7 +178,7 @@ func newAdmissionMetrics() *AdmissionMetrics {
|
||||
Subsystem: subsystem,
|
||||
Name: "webhook_admission_duration_seconds",
|
||||
Help: "Admission webhook latency histogram in seconds, identified by name and broken out for each operation and API resource and type (validate or admit).",
|
||||
Buckets: []float64{0.005, 0.025, 0.1, 0.5, 1.0, 2.5, 10},
|
||||
Buckets: []float64{0.005, 0.025, 0.1, 0.5, 1.0, 2.5, 10, 25},
|
||||
StabilityLevel: metrics.STABLE,
|
||||
},
|
||||
[]string{"name", "type", "operation", "rejected"},
|
||||
|
@ -291,6 +291,7 @@
|
||||
- 1
|
||||
- 2.5
|
||||
- 10
|
||||
- 25
|
||||
- name: current_inflight_requests
|
||||
subsystem: apiserver
|
||||
help: Maximal number of currently used inflight request limit of this apiserver
|
||||
|
Loading…
Reference in New Issue
Block a user