Skip to content

Commit

Permalink
Merge pull request #1012 from skmatti/metrics-fix
Browse files Browse the repository at this point in the history
Make metrics label Snake case compliant
  • Loading branch information
k8s-ci-robot authored Feb 1, 2020
2 parents ac91a0a + 94e486d commit 658bdc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
)

const (
label = "Feature"
label = "feature"
)

var (
Expand Down

0 comments on commit 658bdc1

Please sign in to comment.