Fix typo on node-authorizer prometheus metric

This commit is contained in:
Kashif Saadat 2019-05-30 15:32:28 +01:00
parent 90c749be0a
commit 3bfef56ed3
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",
},
)