This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch main in repository tor.
from a1042f4873 Merge branch 'tor-gitlab/mr/443' new 36076d3c46 Added INTRO and REND metrics for relay. new 24bc66f663 Fixed REND1 metric label value new 2f8a88448d Fixed est intro getter using wrong array new 1899b6230d Removed getter abstraction and moved from rephist to relay_metrics. new 8cbfc90686 Fixed new arguments for metrics_store_add new 5b76ce1843 Added void stubs for the relay metrics functions to fix building without relay module new 7e57b9dbbf Fixed enum type not found in relay_stub new 3d5d8d59c1 Added relay prefix to new metrics functions new 273227afe1 Forgot about the stub names new d5dea2202c changes: Add file for ticket 40797
The 10 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/ticket40797 | 4 + src/feature/hs/hs_intropoint.c | 18 ++++ src/feature/relay/relay_metrics.c | 180 ++++++++++++++++++++++++++++++++++++++ src/feature/relay/relay_metrics.h | 60 ++++++++++++- src/feature/relay/relay_stub.c | 25 ++++++ src/feature/rend/rendmid.c | 13 +++ 6 files changed, 299 insertions(+), 1 deletion(-) create mode 100644 changes/ticket40797