[metrics-bugs] #25625 [Metrics/Website]: Make CollecTor's file structure description part of Metrics-Web's CollecTor docs

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu Jul 5 11:15:50 UTC 2018


#25625: Make CollecTor's file structure description part of Metrics-Web's CollecTor
docs
-----------------------------+--------------------------------
 Reporter:  iwakeh           |          Owner:  karsten
     Type:  enhancement      |         Status:  needs_revision
 Priority:  Medium           |      Milestone:
Component:  Metrics/Website  |        Version:
 Severity:  Normal           |     Resolution:
 Keywords:                   |  Actual Points:
Parent ID:                   |         Points:
 Reviewer:  irl              |        Sponsor:
-----------------------------+--------------------------------
Changes (by irl):

 * status:  needs_review => needs_revision


Comment:

 > with YYYY-MM again being year and month of the descriptor publication
 time, X and Y being the first and second character of the hex-encoded,
 lower-case SHA-1 descriptor digest, and DIGEST being that descriptor
 digest in full.

 `Y` is year but is also part of the fingerprint. Can we use `YYYY-
 MM/X/Z/DIGEST` (or some other letters) instead?

 I feel this chunk may get repeated a lot. Let's pick some letters we like
 and add this as a paragraph under the top "Data Formats" heading. We also
 need to explain what `HH`, `MM` (which means both month and minutes at the
 moment) and `SS` mean. This could even be a table, e.g.:

 {{{
 <table class="table table-striped">
   <thead>
     <tr>
       <th>Marker</th>
       <th>Description</th>
     </tr>
    </thead>
    <tbody>
     <tr>
       <td>YYYY</td>
       <td>Year</td>
     </tr>
     <tr>
       <td>MM</td>
       <td>Month (2-digits; with leading zero)</td>
     </tr>
     ....
   </tbody>
 </table>
 }}}

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


More information about the metrics-bugs mailing list