collector: sync bsd filesystem collector labels with linux

This commit is contained in:
Nick Owens 2015-11-01 19:25:21 -08:00
commit ebf3ef32f1
3 changed files with 9 additions and 12 deletions

View file

@ -33,6 +33,8 @@ var (
"collector.filesystem.ignored-mount-points",
defIgnoredMountPoints,
"Regexp of mount points to ignore for filesystem collector.")
filesystemLabelNames = []string{"device", "mountpoint", "fstype"}
)
type filesystemCollector struct {