From 0a5ecb334298187a64f58382231245111130aa76 Mon Sep 17 00:00:00 2001 From: George Kadianakis Date: Tue, 9 Mar 2021 15:36:40 +0200 Subject: Implement backbone of overload statistics. - Implement overload statistics structure. - Implement function that keeps track of overload statistics. - Implement function that writes overload statistics to descriptor. - Unittest for the whole logic. --- changes/bug40222 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/bug40222 (limited to 'changes') diff --git a/changes/bug40222 b/changes/bug40222 new file mode 100644 index 0000000000..8338ea4a7b --- /dev/null +++ b/changes/bug40222 @@ -0,0 +1,6 @@ + o Major features (metrics): + - Introduce a new class of extra-info statistics that allows relays to + expose details of how overloaded they are. This information is controlled + using the OverloadStatistics torrc option, and it will be used to make + more informed decisions about the network's load balancing. Implements + proposal 328; closes ticket 40222. -- cgit v1.2.3-54-g00ecf