Migrate these probes to glean: DNS_LOOKUP_TIME, DNS_RENEWAL_TIME, DNS_RENEWAL_TIME_FOR_TTL, DNS_FAILED_LOOKUP_TIME
Categories
(Core :: Networking: DNS, task, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox116 | --- | fixed |
People
(Reporter: valentin, Assigned: acreskey)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [necko-priority-queue][necko-triaged])
Attachments
(2 files, 1 obsolete file)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
3.30 KB,
text/plain
|
chutten
:
data-review+
|
Details |
We need to see how common bug 1664492 is on Fenix.
To do that we need telemetry, so we need to convert DNS_LOOKUP_TIME to glean.
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
Denis added dns_lookup_time to the pageload event in Bug 1834774 (has made its way to Beta so far).
I made a variation of the pageload event query that compares any of the pageload event metrics, Fenix to Desktop.
This is dns_lookup_time Fenix/Desktop
In Beta, the overall android DNS lookup times look comparable to desktop, with some very slow ones at the tail (but a bit better than Desktop).
I'll add a new glean and geckoview-exposed probe since we'll want this for any experiments.
| Assignee | ||
Comment 2•2 years ago
|
||
We do have HTTP_PAGE_DNS_LOOKUP_TIME being channelled through geckoview_stream
Visible here:
https://glam.telemetry.mozilla.org/fenix/probe/network_dns_end/explore?aggType=avg&app_id=release¤tPage=1
But that's only DNS lookup time for the top-level document.
I'm going to make a new glean probe and mirror DNS_LOOKUP_TIME to it.
| Assignee | ||
Comment 3•2 years ago
•
|
||
Edit -- sorry, I'm going to change this request and migrate additional DNS probes to glean.
| Assignee | ||
Comment 4•2 years ago
|
||
We want to collect DNS lookup times on Fenix as there is potential for improvement.
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 5•2 years ago
|
||
| Assignee | ||
Comment 6•2 years ago
|
||
Please see this attached request for data review.
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 7•2 years ago
|
||
Comment on attachment 9340297 [details]
migrate_dns_probes.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.
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes. This collection 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, acreskey@mozilla.com and necko@mozilla.com are 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+
Comment 9•2 years ago
|
||
| bugherder | ||
| Reporter | ||
Updated•1 year ago
|
Description
•