Fix remaining metric naming issues (#799)

This commit is contained in:
Matt Layher 2018-02-12 12:53:31 -05:00 committed by Ben Kochie
commit 544488ddd6
5 changed files with 296 additions and 296 deletions

View file

@ -40,7 +40,7 @@ func init() {
// NewBuddyinfoCollector returns a new Collector exposing buddyinfo stats.
func NewBuddyinfoCollector() (Collector, error) {
desc := prometheus.NewDesc(
prometheus.BuildFQName(namespace, buddyInfoSubsystem, "count"),
prometheus.BuildFQName(namespace, buddyInfoSubsystem, "blocks"),
"Count of free blocks according to size.",
[]string{"node", "zone", "size"}, nil,
)