From 4c40b7e46815eeba44857bf82697d2968a9da5be Mon Sep 17 00:00:00 2001 From: varsha teratipally Date: Wed, 5 Aug 2020 21:43:58 +0000 Subject: [PATCH] updated readme --- pkg/systemstatsmonitor/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/systemstatsmonitor/README.md b/pkg/systemstatsmonitor/README.md index c378a910..30d94acb 100644 --- a/pkg/systemstatsmonitor/README.md +++ b/pkg/systemstatsmonitor/README.md @@ -40,6 +40,7 @@ Below metrics are collected from `disk` component: * `disk_operation_bytes_count`: # of Bytes used for reads/writes on this device * `disk_operation_time`: [# of milliseconds spent reading/writing][iostat doc] * `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. +FSType and MountOptions are also reported as additional information. The name of the disk block device is reported in the `device_name` metric label (e.g. `sda`).