Closed
Bug 1744247
Opened 3 years ago
Closed 3 years ago
Record the value of network.trr.strict_native_fallback when there's no user-set value in the telemetry environment
Categories
(Core :: Networking: DNS, defect, P1)
Core
Networking: DNS
Tracking
()
RESOLVED
FIXED
97 Branch
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: nhnt11, Assigned: nhnt11)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(2 files)
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/plain
|
chutten
:
data-review+
|
Details |
I added this pref with RECORD_PREF_VALUE instead of RECORD_DEFAULTPREF_VALUE, which means that we don't get the value at all if there's no user-set value.
We'll need to distinguish between clients that have this on/off regardless of who set the pref, so we need to change this to RECORD_DEFAULTPREF_VALUE.
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Attachment #9253607 -
Flags: data-review?(chutten)
Comment 3•3 years ago
|
||
Comment on attachment 9253607 [details]
Data review request
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.
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?
Yes, Nihanth Subramanya is responsible.
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 the data collection use a third-party collection tool?
No.
Result: datareview+
Attachment #9253607 -
Flags: data-review?(chutten) → data-review+
Pushed by nhnt11@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/e6761d785ebf
Record network.trr.strict_native_fallback active value regardless of branch. r=necko-reviewers,kershaw
Comment 5•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•