This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch main in repository tor.
from 4692cf8688 Merge branch 'maint-0.4.7' new 5603baf257 conn: Keep stats of opened and closed connections new d543db5ac0 relay: Add connection stats to MetricsPort new c8d8fa0d36 relay: Add number of rejected connections to MetricsPort new 5080a4ff67 Merge branch 'maint-0.4.7'
The 4 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 | 3 ++ src/core/mainloop/connection.c | 16 +++++++-- src/core/or/connection_edge.c | 2 ++ src/core/or/connection_st.h | 4 +++ src/core/or/status.c | 9 +++-- src/core/or/status.h | 2 +- src/feature/relay/relay_metrics.c | 65 +++++++++++++++++++++++++++++++++ src/feature/relay/relay_metrics.h | 2 ++ src/feature/stats/rephist.c | 76 +++++++++++++++++++++++++++++++++++++++ src/feature/stats/rephist.h | 7 ++++ 10 files changed, 180 insertions(+), 6 deletions(-) create mode 100644 changes/ticket40194