Skip to content

Commit 4ad49bb

Browse files
authored
Merge pull request #503 from vteratipally/label_fix
changing the label names as per the standards
2 parents 4dccc1c + 047958a commit 4ad49bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkg/systemstatsmonitor/labels.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ const directionLabel = "direction"
2525
// stateLabel labels the state of disk/memory/cpu usage, e.g.: "free", "used".
2626
const stateLabel = "state"
2727

28-
// fsTypeLabel labels the fst type of the disk, e.g.: "ext4", "ext2", "vfat"
29-
const fsTypeLabel = "fstype"
28+
// fsTypeLabel labels the fs type of the disk, e.g.: "ext4", "ext2", "vfat"
29+
const fsTypeLabel = "fs_type"
3030

31-
// mountPointLabel labels the mountpoint of the monitored disk device
32-
const mountOptionLabel = "mountoption"
31+
// mountOptionLabel labels the mount_options of the monitored disk device
32+
const mountOptionLabel = "mount_option"

0 commit comments

Comments
 (0)