You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: staging/src/k8s.io/apiserver/pkg/endpoints/metrics/metrics.go
+3-18Lines changed: 3 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,6 @@ import (
31
31
32
32
"k8s.io/apimachinery/pkg/apis/meta/v1/validation"
33
33
"k8s.io/apimachinery/pkg/types"
34
-
utilnet "k8s.io/apimachinery/pkg/util/net"
35
34
utilsets "k8s.io/apimachinery/pkg/util/sets"
36
35
"k8s.io/apiserver/pkg/endpoints/request"
37
36
"k8s.io/apiserver/pkg/features"
@@ -65,14 +64,14 @@ var (
65
64
requestCounter=compbasemetrics.NewCounterVec(
66
65
&compbasemetrics.CounterOpts{
67
66
Name: "apiserver_request_total",
68
-
Help: "Counter of apiserver requests broken out for each verb, dry run value, group, version, resource, scope, component, client, and HTTP response contentType and code.",
67
+
Help: "Counter of apiserver requests broken out for each verb, dry run value, group, version, resource, scope, component, and HTTP response contentType and code.",
69
68
StabilityLevel: compbasemetrics.ALPHA,
70
69
},
71
70
// The label_name contentType doesn't follow the label_name convention defined here:
# HELP apiserver_request_total [ALPHA] Counter of apiserver requests broken out for each verb, dry run value, group, version, resource, scope, component, client, and HTTP response contentType and code.
257
+
# HELP apiserver_request_total [ALPHA] Counter of apiserver requests broken out for each verb, dry run value, group, version, resource, scope, component, and HTTP response contentType and code.
0 commit comments