catalyst / moodle-tool_cloudmetrics

Realtime metrics for Moodle
https://moodle.org/plugins/tool_cloudmetrics
GNU General Public License v3.0
0 stars 3 forks source link

Improve on the 1000 record limit and automatically reduce the resolution if you zoom out #148

Closed brendanheywood closed 1 year ago

brendanheywood commented 1 year ago

Lets say you are looking at 1 days worth of data in 5 minute increments, and then zoom out to a week or a month. If you would hit the 1000 record limit then automatically change the increment from 5 minutes up a notch until you are under the 1000 record limit.

I'm on the fence around whether this is an internal safeguard or whether it would change the parameters for you.

jaypha commented 1 year ago

I don't think it should change any parameters. It should bounce back if it ever goes under 1000 again.

It may be a good idea to give a notice when this is being done.

brendanheywood commented 1 year ago

+1 I like the elastic idea too