We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 810f0c2 + a84e883 commit fc82aa2Copy full SHA for fc82aa2
staging/src/k8s.io/apiserver/pkg/authentication/token/cache/stats.go
@@ -37,7 +37,7 @@ var (
37
&metrics.CounterOpts{
38
Namespace: "authentication",
39
Subsystem: "token_cache",
40
- Name: "request_count",
+ Name: "request_total",
41
StabilityLevel: metrics.ALPHA,
42
},
43
[]string{"status"},
@@ -46,7 +46,7 @@ var (
46
&metrics.GaugeOpts{
47
48
49
- Name: "fetch_count",
+ Name: "fetch_total",
50
51
52
0 commit comments