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
Currently, Metricbeat produces system.diskio.iostat.await, but the average can hide important performance details. More useful would be to get r_await and w_await separately, which would allow for better understanding of the nature of disk performance - as well as troubleshooting/alerting on issues where one or the other value is unexpected.
So the idea would be to export those two values, perhaps as system.diskio.iostat.r_await and system.diskio.iostat.w_await. With those two values, system.diskio.iostat.await would no longer be truly required as the end user could produce that value themselves if required.
The text was updated successfully, but these errors were encountered:
Currently, Metricbeat produces
system.diskio.iostat.await
, but the average can hide important performance details. More useful would be to getr_await
andw_await
separately, which would allow for better understanding of the nature of disk performance - as well as troubleshooting/alerting on issues where one or the other value is unexpected.So the idea would be to export those two values, perhaps as
system.diskio.iostat.r_await
andsystem.diskio.iostat.w_await
. With those two values,system.diskio.iostat.await
would no longer be truly required as the end user could produce that value themselves if required.The text was updated successfully, but these errors were encountered: