mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
In 04aa6969a4 we updated the displayed speed to be a rolling
average in core/stats and the progress output but we didn't update the
Prometheus metrics.
This patch updates the Prometheus metrics too.
Fixes #7053