mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 02:11:09 +00:00
Merge pull request #115455 from dgrisonnet/verb
Rename "method" label to "verb" in rest_client_requests_total
This commit is contained in:
commit
05121454ba
@ -77,9 +77,9 @@ var (
|
||||
&k8smetrics.CounterOpts{
|
||||
Name: "rest_client_requests_total",
|
||||
StabilityLevel: k8smetrics.ALPHA,
|
||||
Help: "Number of HTTP requests, partitioned by status code, method, and host.",
|
||||
Help: "Number of HTTP requests, partitioned by status code, verb, and host.",
|
||||
},
|
||||
[]string{"code", "method", "host"},
|
||||
[]string{"code", "verb", "host"},
|
||||
)
|
||||
|
||||
execPluginCertTTLAdapter = &expiryToTTLAdapter{}
|
||||
|
Loading…
Reference in New Issue
Block a user