Skip to content

Commit

Permalink
Fixup timex collector registration
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpett committed Sep 27, 2017
1 parent dea9a7b commit f8dc13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/timex.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type timexCollector struct {
}

func init() {
Factories["timex"] = NewTimexCollector
registerCollector("timex", defaultEnabled, NewTimexCollector)
}

// NewTimexCollector returns a new Collector exposing adjtime(3) stats.
Expand Down

0 comments on commit f8dc13a

Please sign in to comment.