collector: sync bsd filesystem collector labels with linux
This commit is contained in:
parent
14078251c5
commit
ebf3ef32f1
3 changed files with 9 additions and 12 deletions
|
|
@ -28,10 +28,6 @@ const (
|
|||
defIgnoredMountPoints = "^/(sys|proc|dev)($|/)"
|
||||
)
|
||||
|
||||
var (
|
||||
filesystemLabelNames = []string{"device", "mountpoint", "fstype"}
|
||||
)
|
||||
|
||||
type filesystemDetails struct {
|
||||
device string
|
||||
mountPoint string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue