diff options
author | David Goulet <dgoulet@torproject.org> | 2024-01-30 10:13:09 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2024-01-30 10:13:09 -0500 |
commit | 5a5ca444c80ee5ef17a5f0b0d94720e82f51209c (patch) | |
tree | 2396d70c3034909832f05ef5c6231055b0c6b88b /changes | |
parent | 9536c0b0f2e1fb65685471b1728e35ffb61c18f5 (diff) | |
download | tor-5a5ca444c80ee5ef17a5f0b0d94720e82f51209c.tar.gz tor-5a5ca444c80ee5ef17a5f0b0d94720e82f51209c.zip |
metrics: Add new relay metrics to MetricsPort
This commit adds the total number of DROP cell seen, the total number of
DESTROY cell received and the total number of protocol violation that lead to a
circuit close.
Closes #40816
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40816 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket40816 b/changes/ticket40816 new file mode 100644 index 0000000000..509b11ad7e --- /dev/null +++ b/changes/ticket40816 @@ -0,0 +1,4 @@ + o Minor feature (metrics port, relay): + - Add new metrics for relays on the MetricsPort namely the count of drop + cell, destroy cell and the number of circuit protocol violation seen that + lead to a circuit close. Closes ticket 40816. |