aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket40194
diff options
context:
space:
mode:
Diffstat (limited to 'changes/ticket40194')
-rw-r--r--changes/ticket401949
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/ticket40194 b/changes/ticket40194
new file mode 100644
index 0000000000..9f3a4833cf
--- /dev/null
+++ b/changes/ticket40194
@@ -0,0 +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.