-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Releasing rolling averages #11716
Comments
Is it possible to get "smoothing" enabled on our account? I am looking to calculate rolling average 7 day and 28 day DAUs. |
Rolled out to Foxglove @amacneil :) Do note that it's still a beta feature though. |
Thank you! Dumb question though - where do I find this smoothing feature? Can't see it anywhere on the new insight page. |
Ah, apologies, I accidentally set the rollout condition incorrectly so it didn't take effect. Now you should be able to see it above the graph. @amacneil |
Awesome, this is perfect! It even has both 7 day and 28 day 😄 |
Still loving this feature. It would be even better if it were available on a per-series basis (then you would be able to deprecate/remove the existing WAU/MAU feature). |
Rolling averages have been rolled out for some time! |
Bug 1 above appears to be fixed but bug 2 is still an issue. |
Is your feature request related to a problem?
Please describe.
Currently, we have conflicting implementations of rolling averages. One option exists in the entity aggregation "weekly active" or "monthly active". The second option exists behind a feature flag as "smoothing". The second option was intended to replace the first option however, it leaves out functionality that the first option enables.
Describe the solution you'd like
Steps in addressing this feature:
It seems that the filter should not be a chart option because you may want to compare a specific rolling average trend line to another type of aggregation. Therefore, the smoothing filter should exist alongside event aggregation.
Weekly active/monthly active event aggregation + smoothing filter options should be mapped to a separate per entity filter.
The current rolling averages support breakdown handling so this functionality should not be lost in the transition
Describe alternatives you've considered
Additional context
Thank you for your feature request – we love each and every one!
The text was updated successfully, but these errors were encountered: