commit 0fa6d1684368b66c86a0fe782fb059b40bcf479c Author: teor teor2345@gmail.com Date: Sat Nov 11 12:05:57 2017 +1100
Document which onion service statistics include v3 onion services
Onion addresses are v2 only, but onion traffic includes v2 and v3.
Closes #24048. --- website/src/main/resources/etc/metrics.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/website/src/main/resources/etc/metrics.json b/website/src/main/resources/etc/metrics.json index ea4e55a..f7450c3 100644 --- a/website/src/main/resources/etc/metrics.json +++ b/website/src/main/resources/etc/metrics.json @@ -347,9 +347,9 @@ }, { "id": "hidserv-dir-onions-seen", - "title": "Unique .onion addresses", + "title": "Unique .onion addresses (version 2 only)", "type": "Graph", - "description": "<p>This graph shows the number of unique .onion addresses in the network per day. These numbers are extrapolated from aggregated statistics on unique .onion addresses reported by single <a href="glossary.html#relay">relays</a> acting as <a href="glossary.html#onion-service">onion-service</a> directories, if at least 1% of relays reported these statistics. For more details on the extrapolation algorithm, see <a href="https://blog.torproject.org/blog/some-statistics-about-onions%5C%22%3Ethis blog post</a> and <a href="https://research.torproject.org/techreports/extrapolating-hidserv-stats-2015... technical report</a>.</p>", + "description": "<p>This graph shows the number of unique .onion addresses for version 2 onion services in the network per day. These numbers are extrapolated from aggregated statistics on unique version 2 .onion addresses reported by single <a href="glossary.html#relay">relays</a> acting as <a href="glossary.html#onion-service">onion-service</a> directories, if at least 1% of relays reported these statistics. For more details on the extrapolation algorithm, see <a href="https://blog.torproject.org/blog/some-statistics-about-onions%5C%22%3Ethis blog post</a> and <a href="https://research.torproject.org/techreports/extrapolating-hidserv-stats-2015... technical report</a>.</p>", "function": "plot_hidserv_dir_onions_seen", "parameters": [ "start", @@ -361,9 +361,9 @@ }, { "id": "hidserv-rend-relayed-cells", - "title": "Onion-service traffic", + "title": "Onion-service traffic (versions 2 and 3)", "type": "Graph", - "description": "<p>This graph shows the amount of onion-service traffic in the network per day. This number is extrapolated from aggregated statistics on onion-service traffic reported by single <a href="glossary.html#relay">relays</a> acting as rendezvous points for <a href="glossary.html#onion-service">onion services</a>, if at least 1% of relays reported these statistics. For more details on the extrapolation algorithm, see <a href="https://blog.torproject.org/blog/some-statistics-about-onions%5C%22%3Ethis blog post</a> and <a href="https://research.torproject.org/techreports/extrapolating-hidserv-stats-2015... technical report</a>.</p>", + "description": "<p>This graph shows the amount of onion-service traffic from version 2 and version 3 onion services in the network per day. This number is extrapolated from aggregated statistics on onion-service traffic reported by single <a href="glossary.html#relay">relays</a> acting as rendezvous points for version 2 and 3 <a href="glossary.html#onion-service">onion services</a>, if at least 1% of relays reported these statistics. For more details on the extrapolation algorithm, see <a href="https://blog.torproject.org/blog/some-statistics-about-onions%5C%22%3Ethis blog post</a> and <a href="https://research.torproject.org/techreports/extrapolating-hidserv-stats-2015... technical report</a>.</p>", "function": "plot_hidserv_rend_relayed_cells", "parameters": [ "start",
tor-commits@lists.torproject.org