This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch main in repository tor.
from fff2b92682 Merge branch 'maint-0.4.7' new cd7be492d1 relay: Add DoS subsystem stats to MetricsPort new 48ab17cc72 metrics: Add traffic related stats to MetricsPort new 1a2d93f72a relay: Add our consensus relay flag to MetricsPort new 177f3a40eb metrics: Add number of opened circuits to MetricsPort new 504a6da5ab changes: Update changes for ticket 40194 new 0918cc2783 Merge branch 'maint-0.4.7' new 6d40e980fb metrics: Treat relay connections as gauge, not counter new 72f52d2c85 Merge branch 'tor-gitlab/mr/644' into maint-0.4.7 new 3c58fa8a6f Merge branch 'maint-0.4.7' new 256339712d Strip "__.SYMDEF*" before re-archiving in combine_libs on macOS and iOS. new b30193416c Changes file for 40683 new f09b913e18 Merge branch 'tor-gitlab/mr/645' into maint-0.4.7 new 4481c1e609 Merge branch 'maint-0.4.7'
The 13 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: changes/ticket40194 | 6 ++ changes/ticket40683 | 6 ++ src/core/or/dos.c | 42 ++++++++ src/core/or/dos.h | 7 ++ src/feature/relay/relay_metrics.c | 214 +++++++++++++++++++++++++++++++++++++- src/feature/relay/relay_metrics.h | 8 ++ 6 files changed, 282 insertions(+), 1 deletion(-) create mode 100644 changes/ticket40683