mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +00:00
Revert "restclient: rename "method" label to "verb""
This reverts commit c9944709bc
.
This commit is contained in:
parent
ebae41641f
commit
437c9d9ab2
@ -77,9 +77,9 @@ var (
|
|||||||
&k8smetrics.CounterOpts{
|
&k8smetrics.CounterOpts{
|
||||||
Name: "rest_client_requests_total",
|
Name: "rest_client_requests_total",
|
||||||
StabilityLevel: k8smetrics.ALPHA,
|
StabilityLevel: k8smetrics.ALPHA,
|
||||||
Help: "Number of HTTP requests, partitioned by status code, verb, and host.",
|
Help: "Number of HTTP requests, partitioned by status code, method, and host.",
|
||||||
},
|
},
|
||||||
[]string{"code", "verb", "host"},
|
[]string{"code", "method", "host"},
|
||||||
)
|
)
|
||||||
|
|
||||||
requestRetry = k8smetrics.NewCounterVec(
|
requestRetry = k8smetrics.NewCounterVec(
|
||||||
|
Loading…
Reference in New Issue
Block a user