Commit 48d58a15 authored by Nick Sardo's avatar Nick Sardo

Add missing underscore

parent 14d2cf85
......@@ -21,7 +21,7 @@ import "time"
func newClustersMetricContext(request, zone string) *metricContext {
return &metricContext{
start: time.Now(),
attributes: []string{"clusters" + request, unusedMetricLabel, zone},
attributes: []string{"clusters_" + request, unusedMetricLabel, zone},
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment