diff options
author | Alexander Færøy <ahf@torproject.org> | 2024-01-30 16:24:55 +0000 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2024-01-30 16:24:55 +0000 |
commit | 824a0c466512401d67e66a8313331637edf0504c (patch) | |
tree | d106b9f10a734538f3e1bc64eb62756f8a0f9ad5 /changes | |
parent | 4a94d0394e846e04e88ad0bfc6ff80f2b4539fe1 (diff) | |
parent | 5a5ca444c80ee5ef17a5f0b0d94720e82f51209c (diff) | |
download | tor-824a0c466512401d67e66a8313331637edf0504c.tar.gz tor-824a0c466512401d67e66a8313331637edf0504c.zip |
Merge branch 'ticket40816_049_01' into 'main'
metrics: Add new relay metrics to MetricsPort
Closes #40816
See merge request tpo/core/tor!793
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. |