mirror of https://github.com/kubernetes/kops.git
Fix typo on node-authorizer prometheus metric
This commit is contained in:
parent
90c749be0a
commit
3bfef56ed3
|
@ -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",
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue