Expand system detectors by adding 2 linux-only disk IO detectors :
IO usage
weighted IO usage
Difference between « regular » IOs and weighted IOs are documented at https://docs.kernel.org/admin-guide/iostats.html. Weighted IOs usage is only required for specific monitoring such as multi-queues devices/drivers (some NVMe devices, SAN devices etc.) and thus is disabled by default.
Those monitors require system.disk.io_time and system.disk.weighted_io_time metrics to be enabled.
Expand system detectors by adding 2 linux-only disk IO detectors :
Difference between « regular » IOs and weighted IOs are documented at https://docs.kernel.org/admin-guide/iostats.html. Weighted IOs usage is only required for specific monitoring such as multi-queues devices/drivers (some NVMe devices, SAN devices etc.) and thus is disabled by default.
Those monitors require
system.disk.io_time
andsystem.disk.weighted_io_time
metrics to be enabled.