-
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
feat(trends): add moving average smoothing_intervals
param
#6435
Conversation
This will average over the preceding `smoothing_intervals` intervals. The driver for this is to remove either weekly or monthly trends. Limitations at the moment are that it only works for total volume queries, as it relies on the results from clickhouse being from a single timeline series.
5ad093c
to
d871824
Compare
This should allow for url navigation to work, although I haven't quite figured out how we then use this to make the insights/trends POST request
This PR hasn't seen activity in a week! Should it be merged, closed, or further worked on? If you want to keep it open, post a comment or remove the |
This PR was closed due to 2 weeks of inactivity. Feel free to reopen it if still relevant. |
Thanks @mariusandra! Every time you re-open this I get more embarrassed about my incredibly slow pace on this PR. Will try harder. |
I'm going to close this, if someone picks the task up they can open up a PR themselves. |
Cool. Going to pick this up within the next week or so. Leaving a note here for record |
This will average over the preceding
smoothing_intervals
intervals.The driver for this is to remove either weekly or monthly trends.
Limitations at the moment are that it only works for total volume
queries, as it relies on the results from clickhouse being from a single
timeline series.
Video example here