Add free inode metric for Prometheus (#12225)

This commit is contained in:
Nitish Tiwari
2021-05-06 11:33:40 +05:30
committed by Harshavardhana
parent 2fd9c13b50
commit 776589f0da
6 changed files with 46 additions and 10 deletions
+1
View File
@@ -32,6 +32,7 @@ type DiskInfo struct {
Free uint64
Used uint64
UsedInodes uint64
FreeInodes uint64
FSType string
RootDisk bool
Healing bool