[metrics-bugs] #21223 [Metrics/Metrics website]: use the empty field consistently throughout the data sets

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Jan 17 10:59:16 UTC 2017


#21223: use the empty field consistently throughout the data sets
-------------------------------------+------------------------------
 Reporter:  iwakeh                   |          Owner:  metrics-team
     Type:  enhancement              |         Status:  needs_review
 Priority:  Medium                   |      Milestone:
Component:  Metrics/Metrics website  |        Version:
 Severity:  Minor                    |     Resolution:
 Keywords:                           |  Actual Points:
Parent ID:                           |         Points:
 Reviewer:                           |        Sponsor:
-------------------------------------+------------------------------

Comment (by karsten):

 Good point.  How's this (together with undoing the earlier change):

 {{{
 diff --git a/modules/clients/init-userstats.sql b/modules/clients/init-
 userstats.sql
 index 314ff58..87929b9 100644
 --- a/modules/clients/init-userstats.sql
 +++ b/modules/clients/init-userstats.sql
 @@ -706,7 +706,7 @@ CREATE OR REPLACE VIEW combined AS SELECT
    a.transport,

    -- The IP address version of this estimate, which is always ''.
 -  ''::TEXT as version,
 +  NULL::TEXT as version,

    -- Estimated fraction of nodes reporting directory requests, which is
    -- used to extrapolate observed requests to estimated total requests in
 }}}

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


More information about the metrics-bugs mailing list