Add missing underscore
This commit is contained in:
@@ -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},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user