Merge pull request #86415 from mikedanese/statnames

rename _count to _total in a few metrics
This commit is contained in:
Kubernetes Prow Robot 2019-12-19 10:12:10 -08:00 committed by GitHub
commit fc82aa28d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ var (
&metrics.CounterOpts{
Namespace: "authentication",
Subsystem: "token_cache",
Name: "request_count",
Name: "request_total",
StabilityLevel: metrics.ALPHA,
},
[]string{"status"},
@ -46,7 +46,7 @@ var (
&metrics.GaugeOpts{
Namespace: "authentication",
Subsystem: "token_cache",
Name: "fetch_count",
Name: "fetch_total",
StabilityLevel: metrics.ALPHA,
},
[]string{"status"},