]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes: Update changes for ticket 40194
authorDavid Goulet <dgoulet@torproject.org>
Thu, 27 Oct 2022 14:35:10 +0000 (10:35 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 27 Oct 2022 14:50:37 +0000 (10:50 -0400)
Signed-off-by: David Goulet <dgoulet@torproject.org>
changes/ticket40194

index b4fcae9cdc2f9257b3b157386fb2c41c2db66804..9f3a4833cf294542e1357c2f67db6e754c545812 100644 (file)
@@ -1,3 +1,9 @@
   o Minor feature (relay, metrics):
     - Add counters to the MetricsPort how many connections, per type, are
       currently opened and how many were created. Part of ticket 40194.
+    - Add total number of streams seen by an Exit to the MetricsPort.
+    - Add congestion control RTT reset counter to MetricsPort.
+    - Add DoS defenses counter to MetricsPort.
+    - Add relay flags from the consensus to the MetricsPort.
+    - Add total number of opened circuits to MetricsPort.
+    - Add traffic stats as in number of read/written bytes in total.