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 1
1
# v2.6.0 (TBD)
2
2
3
3
New 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 ` .
6
7
- The new ` jobs[].match.not_older_than ` configuration option can be used to exclude old objects from transfer. As of
7
8
now, it can only be used with Swift sources, not with HTTP sources.
8
9
- 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:
538
538
| Gauge | `last_run.files_found` | Number of files found
539
539
| Gauge | `last_run.files_transfered` | Number of files actually transferred
540
540
| 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