tor/changes/ticket40816
David Goulet 5a5ca444c8 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>
2024-01-30 10:13:09 -05:00

5 lines
250 B
Plaintext

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.