[metrics-bugs] #16843 [Metrics/Onionoo]: Add all bwauth measurements (from votes)

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Jan 11 23:38:30 UTC 2018


#16843: Add all bwauth measurements (from votes)
------------------------------+------------------------------
 Reporter:  cypherpunks       |          Owner:  metrics-team
     Type:  enhancement       |         Status:  assigned
 Priority:  Medium            |      Milestone:
Component:  Metrics/Onionoo   |        Version:
 Severity:  Normal            |     Resolution:
 Keywords:  tor-bwauth-needs  |  Actual Points:
Parent ID:  #24834            |         Points:
 Reviewer:                    |        Sponsor:
------------------------------+------------------------------

Comment (by irl):

 Having flags available in Onionoo for the latest votes would be useful,
 but the only advantage I can see over consensus-health is not having to
 load a huge page to see the flags for only one relay. There are some
 synthentic flags that are currently only possible in RS or in consensus-
 health as they both have different views of the data. In the future, we
 may have a consensus-health that uses Onionoo as a data source but this is
 a long way off. For now, we can just have bandwidth votes and maybe flags
 if karsten tells us that's not too much extra work/data
 storage/processing.

 I'd like to see something like:

 {{{
 {
   "votes": [
     {
       "authority": "authority_name",
       "flags": ["flag1", "flag2"],
       "measured_bandwidth": 100
     },
     ...
   ]
 }
 }}}

 or

 {{{
 {
   "votes": {
     "authority_name": {
       "flags": ["flag1", "flag2"],
       "measured_bandwidth": 100
     },
     ...
   }
 }
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/16843#comment:12>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the metrics-bugs mailing list