mirror of https://github.com/kubernetes/kops.git
Merge pull request #7080 from appvia/node-authorizer-metrics-typo
Fix typo on node-authorizer prometheus metric
This commit is contained in:
commit
8d6c31a711
|
@ -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