Closed
Bug 1819188
Opened 2 years ago
Closed 2 years ago
Collect necko internal timings in release channels
Categories
(Core :: Networking, task, P2)
Core
Networking
Tracking
()
RESOLVED
FIXED
112 Branch
Tracking | Status | |
---|---|---|
firefox112 | --- | fixed |
People
(Reporter: acreskey, Assigned: acreskey)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
5.49 KB,
text/plain
|
chutten
:
data-review+
|
Details |
In bug 1777538 we added the following probes that collect internal timings:
NETWORK_ASYNC_OPEN_CHILD_TO_TRANSACTION_PENDING_EXP_MS
NETWORK_DNS_END_TO_CONNECT_START_EXP_MS
NETWORK_RESPONSE_START_PARENT_TO_CONTENT_EXP_MS
NETWORK_RESPONSE_END_PARENT_TO_CONTENT_MS
However they are only collected in pre-release channels.
The probes are showing interesting results, and we would like to expand coverage to the release channels.
Assignee | ||
Comment 1•2 years ago
|
||
The results are interesting and we would like to collect them from release channels as well.
Assignee | ||
Comment 2•2 years ago
|
||
Please see attached request to expand collection to release channel for the given four existing probes.
Attachment #9320349 -
Flags: data-review?(chutten)
Comment 3•2 years ago
|
||
Comment on attachment 9320349 [details]
release_channel.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 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 #9320349 -
Flags: data-review?(chutten) → data-review+
Pushed by acreskey@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fa710a58adbe
Collect necko internal timings in release channels r=necko-reviewers,valentin
Comment 5•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox112:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 112 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•