[metrics-bugs] #31071 [Metrics/ExoneraTor]: Add a notice if we're missing data for a lookup

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Jul 3 15:10:52 UTC 2019


#31071: Add a notice if we're missing data for a lookup
--------------------------------+------------------------------
 Reporter:  karsten             |          Owner:  karsten
     Type:  enhancement         |         Status:  needs_review
 Priority:  Medium              |      Milestone:
Component:  Metrics/ExoneraTor  |        Version:
 Severity:  Normal              |     Resolution:
 Keywords:                      |  Actual Points:
Parent ID:                      |         Points:
 Reviewer:  irl                 |        Sponsor:
--------------------------------+------------------------------

Comment (by irl):

 How do we plan to detect incomplete data? Perhaps the simplest option is
 to have a table that keeps track of events, and return those events along
 with the result instead of making the query more complex. i.e. do two SQL
 queries, one for the data and a second one for any events that might give
 context.

 When the importer fails to find a new exit list, it can just add an entry
 to the events table. If there are not enough addresses in it, or no
 address was recently checked, it could do the same.

 Understanding how often this has happened would be a good start, maybe we
 don't need to have the importer do this if it's not happening that often,
 we can just detect it and manually add rows to the table.

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


More information about the metrics-bugs mailing list