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

[Feature request] New metrics: EWMA and percentiles #115

Open
lucasrodcosta opened this issue Sep 4, 2017 · 0 comments
Open

[Feature request] New metrics: EWMA and percentiles #115

lucasrodcosta opened this issue Sep 4, 2017 · 0 comments

Comments

@lucasrodcosta
Copy link

lucasrodcosta commented Sep 4, 2017

Hi everyone!

First of all, thanks and congratulations for sidekiq-statistic!
It's awesome and very useful!

I'm opening this PR to suggest some new metrics: Exponential moving average (EWMA) and percentiles of the worker's processing times.

The first one is similar to Unix's load average and would be very useful in environments with tens of thousands Sidekiq executions per day.
In these scenarios, the single "all-day average" would not be changed in the short-term if the workers take longer to do their jobs.

And the percentiles metrics (maybe p50, p75, p90 and p99?) would be useful in scenarios where the standard deviation of worker's executions is very large.

What do you think about it?

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

No branches or pull requests

1 participant