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.
1 parent 40df9f8 commit a84e883Copy full SHA for a84e883
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