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

Issue #41: Show multiple metrics on chart #139

Closed petersistrom closed 2 years ago

petersistrom commented 2 years ago

Resolves #41

brendanheywood commented 2 years ago

Getting a few weird bugs which I assume are all the same root cause:

Duplicate metric names: https://master.localhost/admin/tool/cloudmetrics/collector/database/chart.php?graphfrequency=512&metric=activeusers image

Weird query param: double activeusers AND metric=activeusers, it seems we only need one set of params or the other and not both:

chart.php?activeusers=1&activeusers=1&graphfrequency=512&metric=activeusers