Hello is there a way to visualize the Disk Throughput using Lens?
I want to do a line graph but it seems like its not possible to do it with Lens.
Here's the fields:
system.diskio.read.bytes
The total number of bytes read successfully. On Linux this is the number of sectors read multiplied by an assumed sector size of 512.
type: long
format: bytes
system.diskio.write.bytes
The total number of bytes written successfully. On Linux this is the number of sectors written multiplied by an assumed sector size of 512.
type: long
format: bytes
system.diskio.read.time
The total number of milliseconds spent by all reads.
type: long
system.diskio.write.time
The total number of milliseconds spent by all writes.
type: long