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(
|
authorizerLatencyMetric = prometheus.NewSummary(
|
||||||
prometheus.SummaryOpts{
|
prometheus.SummaryOpts{
|
||||||
Name: "node_authorizer_latercy_seconds",
|
Name: "node_authorizer_latency_seconds",
|
||||||
Help: "A summary of the latency for the authorizer in seconds",
|
Help: "A summary of the latency for the authorizer in seconds",
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue