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 cron mtrace logging #87

Open brendanheywood opened 2 years ago

brendanheywood commented 2 years ago

The cron logs don't show much, things I'd like to see: 1) what metrics run, for what time slice and what the value was 2) which collectors were pushed to

Execute scheduled task: Collect Metrics (tool_cloudmetrics\task\collect_metrics_task)
... started 22:38:39. Current memory use 18.8 MB.
... used 9 dbqueries
... used 5.178426027298 seconds
Scheduled task complete: Collect Metrics (tool_cloudmetrics\task\collect_metrics_task)
jaypha commented 2 years ago

This was partly addressed by PR #83