File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# v2.6.0 (TBD)
22
33New features:
4- - Verify GPG signatures for ` yum ` and ` debian ` source types. This behaviour can
5- be disabled using the new config option: ` jobs[].from.verify_signature ` .
4+ - Report the total number of bytes transferred per run.
5+ - The GPG signatures for ` yum ` and ` debian ` source types are verified by
6+ default. This behaviour can be disabled using the new config option: ` jobs[].from.verify_signature ` .
67- The new ` jobs[].match.not_older_than ` configuration option can be used to exclude old objects from transfer. As of
78 now, it can only be used with Swift sources, not with HTTP sources.
89- When syncing a Debian (Ubuntu) repository, the ` jobs[].from.type ` may be set
Original file line number Diff line number Diff line change @@ -538,3 +538,4 @@ The following metric are sent:
538538| Gauge | `last_run.files_found` | Number of files found
539539| Gauge | `last_run.files_transfered` | Number of files actually transferred
540540| Gauge | `last_run.files_failed` | Number of files failed (download or upload)
541+ | Gauge | `last_run.bytes_transfered` | Number of bytes transferred
You can’t perform that action at this time.
0 commit comments