We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be great to have Influx calculate a (simple) moving average (or median, or maybe even percentiles).
For example: SELECT movingAverage(value, $window) FROM my_series, where $window could be a number of points/events, or a time interval, like 1s or 2m.
SELECT movingAverage(value, $window) FROM my_series
$window
1s
2m
The text was updated successfully, but these errors were encountered:
This is a duplicate of #77 moving your comment over there and closing this issue.
Sorry, something went wrong.
No branches or pull requests
It would be great to have Influx calculate a (simple) moving average (or median, or maybe even percentiles).
For example:
SELECT movingAverage(value, $window) FROM my_series
, where$window
could be a number of points/events, or a time interval, like1s
or2m
.The text was updated successfully, but these errors were encountered: