Re: [tor-bugs] #32665 [Metrics/Library]: Parse newly added Snowflake statistics lines

2020-01-09 Thread Tor Bug Tracker & Wiki
#32665: Parse newly added Snowflake statistics lines
-+--
 Reporter:  karsten  |  Owner:  metrics-team
 Type:  enhancement  | Status:  closed
 Priority:  Medium   |  Milestone:
Component:  Metrics/Library  |Version:
 Severity:  Normal   | Resolution:  fixed
 Keywords:   |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+--
Changes (by karsten):

 * status:  merge_ready => closed
 * resolution:   => fixed


Comment:

 Thanks for looking! Merged to master. Closing.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32665 [Metrics/Library]: Parse newly added Snowflake statistics lines

2020-01-08 Thread Tor Bug Tracker & Wiki
#32665: Parse newly added Snowflake statistics lines
-+--
 Reporter:  karsten  |  Owner:  metrics-team
 Type:  enhancement  | Status:  merge_ready
 Priority:  Medium   |  Milestone:
Component:  Metrics/Library  |Version:
 Severity:  Normal   | Resolution:
 Keywords:   |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+--
Changes (by irl):

 * status:  needs_review => merge_ready


Comment:

 lgtm

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32665 [Metrics/Library]: Parse newly added Snowflake statistics lines

2019-12-09 Thread Tor Bug Tracker & Wiki
#32665: Parse newly added Snowflake statistics lines
-+--
 Reporter:  karsten  |  Owner:  metrics-team
 Type:  enhancement  | Status:  needs_review
 Priority:  Medium   |  Milestone:
Component:  Metrics/Library  |Version:
 Severity:  Normal   | Resolution:
 Keywords:   |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+--
Changes (by karsten):

 * status:  new => needs_review


Comment:

 Please review [https://gitweb.torproject.org/user/karsten/metrics-
 lib.git/commit/?h=task-32665=5fb36b70c884073963af8e9cb3a37fa907eb35b8
 commit 5fb36b7 in my task-32665 branch].

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #32665 [Metrics/Library]: Parse newly added Snowflake statistics lines

2019-12-03 Thread Tor Bug Tracker & Wiki
#32665: Parse newly added Snowflake statistics lines
-+--
 Reporter:  karsten  |  Owner:  metrics-team
 Type:  enhancement  | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Metrics/Library  |Version:
 Severity:  Normal   |   Keywords:
Actual Points:   |  Parent ID:
   Points:   |   Reviewer:
  Sponsor:   |
-+--
 As cohosh writes in #31157, Snowflake statistics files will soon
 [https://gitweb.torproject.org/pluggable-
 transports/snowflake.git/commit/doc/broker-
 spec.txt?id=94de69aa369ebdee0cee5b683a42ebc8811a796d contain new lines]:

 {{{
 diff --git a/doc/broker-spec.txt b/doc/broker-spec.txt
 index 2877784..eba3347 100644
 --- a/doc/broker-spec.txt
 +++ b/doc/broker-spec.txt
 @@ -31,6 +31,24 @@ Metrics data from the Snowflake broker can be retrieved
 by sending an HTTP GET r
  A count of the total number of unique IP addresses of Snowflake
  proxies that have polled.

 +"snowflake-ips-standalone" NUM NL
 +[At most once.]
 +
 +A count of the total number of unique IP addresses of snowflake
 +proxies of type "standalone" that have polled.
 +
 +"snowflake-ips-badge" NUM NL
 +[At most once.]
 +
 +A count of the total number of unique IP addresses of snowflake
 +proxies of type "badge" that have polled.
 +
 +"snowflake-ips-webext" NUM NL
 +[At most once.]
 +
 +A count of the total number of unique IP addresses of snowflake
 +proxies of type "webext" that have polled.
 +
  "snowflake-idle-count" NUM NL
  [At most once.]
 }}}

 Let's parse these new lines in metrics-lib as soon as files containing
 them exist on CollecTor.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs