1
0
mirror of https://github.com/rclone/rclone.git synced 2025-03-13 14:59:01 +01:00
Commit Graph

7 Commits

Author SHA1 Message Date
albertony
98579608ec docs: cleanup spelling of size and rate units 2021-04-27 02:25:52 +03:00
Nick Craig-Wood
268a7ff7b8 rc: add a full set of stats to core/stats
This patch adds the missing stats to the output of core/stats

- totalChecks
- totalTransfers
- totalBytes
- eta

This now includes enough information to rebuild the normal stats
output from rclone including percentage completions and ETAs.

Fixes 
2021-03-22 10:10:36 +00:00
Nick Craig-Wood
1fb6ad700f accounting: add context.Context 2020-11-09 18:05:54 +00:00
Nick Craig-Wood
af55a74bd2 stats: add counter for deleted directories - fixes 2020-11-03 11:47:00 +00:00
Gary Kim
763944f673
rcd: fix incorrect prometheus metrics - fixes
This was caused by using the stats group from the context passed in by the rcd
rather than the global stats group.

Signed-off-by: Gary Kim <gary@garykim.dev>
2020-06-14 10:09:24 +01:00
Nick Craig-Wood
b5f1bebc52 fs: add renames statistic for file and directory renames 2020-03-30 18:22:28 +01:00
Gary Kim
38a4d50e73 rcd: Add Prometheus metrics support - fixes
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-03-01 09:58:34 +00:00