Skip to content

Commit

Permalink
change label name back
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <[email protected]>
  • Loading branch information
rleungx committed Sep 17, 2019
1 parent e3179c6 commit c67d3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/schedule/filter/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (
Subsystem: "schedule",
Name: "filter",
Help: "Counter of the filter",
}, []string{"action", "address", "store", "act-on", "type"})
}, []string{"action", "address", "store", "acton", "type"})
)

func init() {
Expand Down

0 comments on commit c67d3c5

Please sign in to comment.