We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4dccc1c + 047958a commit 4ad49bbCopy full SHA for 4ad49bb
pkg/systemstatsmonitor/labels.go
@@ -25,8 +25,8 @@ const directionLabel = "direction"
25
// stateLabel labels the state of disk/memory/cpu usage, e.g.: "free", "used".
26
const stateLabel = "state"
27
28
-// fsTypeLabel labels the fst type of the disk, e.g.: "ext4", "ext2", "vfat"
29
-const fsTypeLabel = "fstype"
+// fsTypeLabel labels the fs type of the disk, e.g.: "ext4", "ext2", "vfat"
+const fsTypeLabel = "fs_type"
30
31
-// mountPointLabel labels the mountpoint of the monitored disk device
32
-const mountOptionLabel = "mountoption"
+// mountOptionLabel labels the mount_options of the monitored disk device
+const mountOptionLabel = "mount_option"
0 commit comments