Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Metricbeat] Expose/export more detailed iostat information #8473

Closed
danleerunk opened this issue Sep 27, 2018 · 2 comments
Closed

[Metricbeat] Expose/export more detailed iostat information #8473

danleerunk opened this issue Sep 27, 2018 · 2 comments

Comments

@danleerunk
Copy link
Contributor

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.

@ruflin
Copy link
Contributor

ruflin commented Oct 5, 2018

As #8508 was merged, can we close this issue? @sayden ?

@sayden
Copy link
Contributor

sayden commented Oct 5, 2018

Yes, thank you for the thumbs up @ruflin

@sayden sayden closed this as completed Oct 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants