Skip to content

Commit 42b0874

Browse files
committed
update Readme and Changelog
1 parent eaf25cb commit 42b0874

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# v2.6.0 (TBD)
22

33
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`.
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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)