mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +00:00
Add missing underscore
This commit is contained in:
parent
14d2cf85a6
commit
48d58a15ec
@ -21,7 +21,7 @@ import "time"
|
|||||||
func newClustersMetricContext(request, zone string) *metricContext {
|
func newClustersMetricContext(request, zone string) *metricContext {
|
||||||
return &metricContext{
|
return &metricContext{
|
||||||
start: time.Now(),
|
start: time.Now(),
|
||||||
attributes: []string{"clusters" + request, unusedMetricLabel, zone},
|
attributes: []string{"clusters_" + request, unusedMetricLabel, zone},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user