Closed
Bug 1590124
Opened 6 years ago
Closed 6 years ago
Extend traffic telemetry
Categories
(Core :: Networking, task, P5)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: xeonchen, Assigned: xeonchen)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(2 files)
3.16 KB,
text/plain
|
chutten
:
data-review+
|
Details |
47 bytes,
text/x-phabricator-request
|
Details | Review |
Telemetry for networking traffic[1, 2] is about to expire, we should either remove or extend it.
[1] https://searchfox.org/mozilla-central/rev/d7537a9cd2974efa45141d974e5fc7c727f1a78f/toolkit/components/telemetry/Histograms.json#15473-15514
[2] https://searchfox.org/mozilla-central/rev/d7537a9cd2974efa45141d974e5fc7c727f1a78f/toolkit/components/telemetry/Scalars.yaml#4298-4351
Assignee | ||
Comment 1•6 years ago
|
||
Tanvi, is it okay to remove this on Firefox v72?
Flags: needinfo?(tanvi)
Comment 2•6 years ago
|
||
We need to extend this. We actually recently filed another data science bug to analyze the traffic in a different way. I suspect more in the future too.
Flags: needinfo?(tanvi)
Assignee | ||
Updated•6 years ago
|
Status: NEW → ASSIGNED
Summary: Remove traffic telemetry → Extend traffic telemetry
Assignee | ||
Comment 3•6 years ago
|
||
We're going to extend the traffic telemetry probe to v76 (expired in v77) based on an offline discussion with :tanvi.
Attachment #9104601 -
Flags: data-review?(chutten)
Assignee | ||
Comment 4•6 years ago
|
||
Updated•6 years ago
|
Priority: -- → P5
Whiteboard: [necko-triaged]
Comment 5•6 years ago
|
||
Comment on attachment 9104601 [details]
request.md
DATA COLLECTION REVIEW RESPONSE:
Is there or will there be documentation that describes the schema for the ultimate data set available publicly, complete and accurate?
Yes. This collection is Telemetry so is documented in its definitions files [Histograms.json](https://hg.mozilla.org/mozilla-central/file/tip/toolkit/components/telemetry/Histograms.json) and [Scalars.yaml](https://hg.mozilla.org/mozilla-central/file/tip/toolkit/components/telemetry/Scalars.yaml), and the [Probe Dictionary](https://telemetry.mozilla.org/probe-dictionary/).
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes. This collection is Telemetry so can be controlled through Firefox's Preferences.
If the request is for permanent data collection, is there someone who will monitor the data over time?
No. This collection will expire in Firefox 77.
Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 1, Technical.
Is the data collection request for default-on or default-off?
Default on for all channels.
Does the instrumentation include the addition of any new identifiers?
No.
Is the data collection covered by the existing Firefox privacy notice?
Yes.
Does there need to be a check-in in the future to determine whether to renew the data?
Yes. :xeonchen is responsible for renewing or removing the collection before it expires in Firefox 77.
---
Result: datareview+
Attachment #9104601 -
Flags: data-review?(chutten) → data-review+
Pushed by xeonchen@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/90a75d998068
extend `expires_in_version` of `networking.data_transferred_v3_kb` and `HTTP_TRAFFIC_ANALYSIS_3`; r=chutten
Comment 7•6 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•