Started playing around with prometheus/grafana to monitor rclone. But trying to understand the metrics, as they do not seem to match whats pulled from /metrics vs cli. For example;
And ran it multiple times on an rclone with a bandwidth limit
The /metrics value is more heavily averaged than the value from core/stats - it is the total bytes / total time. This is what we used to show on core/stats but this got changed here
But we didn't update the prometheus metrics to show the same value - maybe we should?
The "speed" metric varies quite a lot. Were these taken at the same time?