[metrics-web/master] Move connbidirect graph to Traffic category.

commit 3ef4b4b43a700814388e2230dd1ff8e015891a1f Author: Karsten Loesing <karsten.loesing@gmx.net> Date: Mon Apr 23 12:06:51 2018 +0200 Move connbidirect graph to Traffic category. Implements #25896. --- src/main/resources/web/json/categories.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/web/json/categories.json b/src/main/resources/web/json/categories.json index 82cf1f4..06efe8f 100644 --- a/src/main/resources/web/json/categories.json +++ b/src/main/resources/web/json/categories.json @@ -49,6 +49,7 @@ "advbwdist-relay", "bwhist-flags", "dirbytes", + "connbidirect", "uncharted-data-flow" ] }, @@ -60,8 +61,7 @@ "description": "We use <a href=\"https://gitweb.torproject.org/torperf.git\">Torperf</a> and <a href=\"https://github.com/robgjansen/onionperf\">OnionPerf</a> to run performance measurements. Both work by fetching files of different sizes over Tor and measuring how long that takes.", "metrics": [ "torperf", - "torperf-failures", - "connbidirect" + "torperf-failures" ] }, {
participants (1)
-
karsten@torproject.org