You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/systemstatsmonitor/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ Below metrics are collected from `disk` component:
40
40
*`disk_operation_bytes_count`: # of Bytes used for reads/writes on this device
41
41
*`disk_operation_time`: [# of milliseconds spent reading/writing][iostat doc]
42
42
*`disk_bytes_used`: Disk usage in Bytes. The usage state is reported under the `state` metric label (e.g. `used`, `free`). Summing values of all states yields the disk size.
43
+
FSType and MountOptions are also reported as additional information.
43
44
44
45
The name of the disk block device is reported in the `device_name` metric label (e.g. `sda`).
0 commit comments