Skip to content

Commit

Permalink
metricutil: add missing cmd labels
Browse files Browse the repository at this point in the history
  • Loading branch information
siddontang committed Feb 4, 2017
1 parent 285b2e5 commit b265388
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/metricutil/metricutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func GetCmdLabel(request *pdpb.Request) string {
label, ok := cmdLabels[name]
if !ok {
label = convertName(name)
cmdLabels[name] = label
}
return label
}
Expand Down

0 comments on commit b265388

Please sign in to comment.