Merge pull request #503 from vteratipally/label_fix

changing the label names as per the standards
This commit is contained in:
Kubernetes Prow Robot
2020-12-08 22:04:49 -08:00
committed by GitHub

View File

@@ -25,8 +25,8 @@ const directionLabel = "direction"
// stateLabel labels the state of disk/memory/cpu usage, e.g.: "free", "used".
const stateLabel = "state"
// fsTypeLabel labels the fst type of the disk, e.g.: "ext4", "ext2", "vfat"
const fsTypeLabel = "fstype"
// fsTypeLabel labels the fs type of the disk, e.g.: "ext4", "ext2", "vfat"
const fsTypeLabel = "fs_type"
// mountPointLabel labels the mountpoint of the monitored disk device
const mountOptionLabel = "mountoption"
// mountOptionLabel labels the mount_options of the monitored disk device
const mountOptionLabel = "mount_option"