Merge pull request #7080 from appvia/node-authorizer-metrics-typo

Fix typo on node-authorizer prometheus metric
This commit is contained in:
Kubernetes Prow Robot 2019-05-30 10:24:24 -07:00 committed by GitHub
commit 8d6c31a711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ var (
)
authorizerLatencyMetric = prometheus.NewSummary(
prometheus.SummaryOpts{
Name: "node_authorizer_latercy_seconds",
Name: "node_authorizer_latency_seconds",
Help: "A summary of the latency for the authorizer in seconds",
},
)