FOG IPC Replay
Categories
(Toolkit :: Telemetry, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: chutten, Assigned: chutten)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
Near as we can tell, all supported IPC ops in FOG metrics are correctly serializing across IPC. But then we ignore them.
Let's apply these partial products to the metric instances.
Assignee | ||
Comment 1•4 years ago
|
||
Timing Distributions (bug 1695228) and Events (bug 1672198 (and also bug 1678567)) and Labeled Counters (bug 1688281) are still waiting for various levels of support (from not panicking when called on non-parent processes, to supporting testGetValue
, to having the API necessary for IPC to replay data). But we have bugs for all that work.
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
Assignee | ||
Comment 4•4 years ago
|
||
Interestingly, on my machine, it appears to be after every 5s of idle,
not just after the first 5s of idle. We may wish to tweak that.
We also instrument the size and speed of IPC as seen from the POV of the parent
process, for monitoring purposes.
Depends on D106946
Comment 5•4 years ago
|
||
Comment on attachment 9206397 [details]
data collection review
DATA COLLECTION REVIEW RESPONSE:
-
Is there or will there be documentation that describes the schema for the ultimate data set in a public, complete, and accurate way?
This collection is documented in its metrics documentation: https://firefox-source-docs.mozilla.org/metrics/index.html -
Is there a control mechanism that allows the user to turn the data collection on and off?
This collection is default on. This collection can be controlled in Firefox's Preferences. -
If the request is for permanent data collection, is there someone who will monitor the data over time?
Yes, this collection will be permanent. :chutten will monitor the data over time. -
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. -
Does the instrumentation include the addition of any new identifiers (whether anonymous or otherwise; e.g., username, random IDs, etc. See the appendix for more details)?
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?
No. -
Does the data collection use a third-party collection tool?
No.
Result: data-review+
Comment 7•4 years ago
|
||
Backed out 2 changesets (bug 1694739) for XPCshell failures in toolkit/components/glean/xpcshell/test_GleanIPC.js. CLOSED TREE
Log:
https://treeherder.mozilla.org/logviewer?job_id=332407331&repo=autoland&lineNumber=2008
Push with failures:
https://treeherder.mozilla.org/jobs?repo=autoland&group_state=expanded&revision=123143e183f97172102f3064a8bb779689fd31c1
Backout:
https://hg.mozilla.org/integration/autoland/rev/d4fb51a7aaf74ef4d67040568b50c919118f6ec5
Assignee | ||
Comment 8•4 years ago
|
||
Right! After bug 1695197 we're running these tests on Android. Gotta skipif test_GleanIPC.js
Comment 10•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/447f53e61452
https://hg.mozilla.org/mozilla-central/rev/abcc9bf1e56f
Description
•