diff options
author | David Goulet <dgoulet@torproject.org> | 2022-10-27 10:35:10 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-10-27 10:50:37 -0400 |
commit | 504a6da5ab6070258cb68f2aab5610e79fd6b058 (patch) | |
tree | e6e94dd3cb8c950f2be23849581ca2392d90e85f /changes/ticket40194 | |
parent | 177f3a40ebc3e570133133c15ae79d9eaab16052 (diff) | |
download | tor-504a6da5ab6070258cb68f2aab5610e79fd6b058.tar.gz tor-504a6da5ab6070258cb68f2aab5610e79fd6b058.zip |
changes: Update changes for ticket 40194
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/ticket40194')
-rw-r--r-- | changes/ticket40194 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket40194 b/changes/ticket40194 index b4fcae9cdc..9f3a4833cf 100644 --- a/changes/ticket40194 +++ b/changes/ticket40194 @@ -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. |