-
Notifications
You must be signed in to change notification settings - Fork 3
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
Aggregate by time #4
Comments
Aggregation period should be configurable e.g. in minutes If there is an aggregation please provide additional information
|
I think as long as we use influxDB, aggregation is not needed https://www.influxdata.com/blog/downsampling-influxdb-v2-0/ sample query:
|
Especially with MySQL and similar backends the provided data might be too much.
A configurable value to report aggregated values (like average over 5 minutes) less frequent would be great.
Avg must not be senseful for every measurement, 'last' is more appropriate for e.g. a counter.
The text was updated successfully, but these errors were encountered: