mirror of
https://github.com/minio/minio.git
synced 2025-01-16 01:03:15 -05:00
30c2596512
Currently, we read from `/proc/diskstats` which is found to be un-reliable in k8s environments. We can read from `sysfs` instead. Also, cache the latest drive io stats to find the diff and update the metrics.