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

Missing histogram metrics #33

Open
serban21 opened this issue Oct 28, 2019 · 0 comments · May be fixed by #34
Open

Missing histogram metrics #33

serban21 opened this issue Oct 28, 2019 · 0 comments · May be fixed by #34

Comments

@serban21
Copy link

Histograms are exposing only the percentiles, min/max/mean/stddev are missing, and there are situations when these are needed.

Example: SSTablesPerReadHistogram. I like to see the average of it, but P50 is not the same as mean. P50 will show the value of the median sample, and since these values are integers it can be quite different from the mean. In my case the mean was changing from 0.3 to 0.75, while P50 was 0 all the time.

@serban21 serban21 linked a pull request Oct 29, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant