mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 05:46:16 +00:00
Fix a typo
This commit is contained in:
parent
922c7221ef
commit
83ff55ccc3
@ -110,7 +110,7 @@ var (
|
|||||||
currentInflightRequests = prometheus.NewGaugeVec(
|
currentInflightRequests = prometheus.NewGaugeVec(
|
||||||
prometheus.GaugeOpts{
|
prometheus.GaugeOpts{
|
||||||
Name: "apiserver_current_inflight_requests",
|
Name: "apiserver_current_inflight_requests",
|
||||||
Help: "Maximal mumber of currently used inflight request limit of this apiserver per request kind in last second.",
|
Help: "Maximal number of currently used inflight request limit of this apiserver per request kind in last second.",
|
||||||
},
|
},
|
||||||
[]string{"requestKind"},
|
[]string{"requestKind"},
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user