Closed
Bug 1625325
Opened 5 years ago
Closed 4 years ago
Telemetry to measure child process lifetime
Categories
(GeckoView Graveyard :: Sandboxing, task, P1)
Tracking
(firefox78 fixed)
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: bugzilla, Assigned: bugzilla)
References
Details
(Whiteboard: [geckoview:m78])
Attachments
(3 files)
Per Agi in https://phabricator.services.mozilla.com/D68419#inline-405634:
I would want telemetry to verify that we're not spawning lots of processes that immediately die (can happen in a follow up bug)
Assignee | ||
Updated•5 years ago
|
Whiteboard: [geckoview:m77]
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → aklotz
Updated•5 years ago
|
Priority: -- → P1
Updated•5 years ago
|
Priority: P1 → P2
Whiteboard: [geckoview:m77] → [geckoview:m78]
Updated•5 years ago
|
Priority: P2 → P1
Assignee | ||
Comment 1•4 years ago
|
||
Attachment #9149188 -
Flags: data-review?(chutten)
Comment 2•4 years ago
|
||
Comment on attachment 9149188 [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. This collection is Telemetry and Glean so is documented in its definitions file [Histograms.json](https://hg.mozilla.org/mozilla-central/file/tip/toolkit/components/telemetry/Histograms.json) and the [Probe Dictionary](https://telemetry.mozilla.org/probe-dictionary/) as well as in [metrics.yaml](https://searchfox.org/mozilla-central/source/toolkit/components/telemetry/geckoview/streaming/metrics.yaml) and the [engine-gecko data docs](https://github.com/mozilla-mobile/android-components/blob/master/components/browser/engine-gecko-nightly/docs/metrics.md).
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes. This collection is 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, :aklotz 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 there need to be a check-in in the future to determine whether to renew the data?
No. This collection is permanent.
---
Result: datareview+
Attachment #9149188 -
Flags: data-review?(chutten) → data-review+
Assignee | ||
Comment 3•4 years ago
|
||
Assignee | ||
Comment 4•4 years ago
|
||
Depends on D76378
Pushed by aklotz@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b6d5e3893d6a
Part 1 - Add telemetry timer to record GeckoView content process lifetimes; r=geckoview-reviewers,agi
https://hg.mozilla.org/integration/autoland/rev/385bf13378f5
Part 2 - Histogram definitions for GV_CONTENT_PROCESS_LIFETIME_MS; r=Dexter
Comment 6•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b6d5e3893d6a
https://hg.mozilla.org/mozilla-central/rev/385bf13378f5
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
Comment 7•2 years ago
|
||
Moving content process bugs to the new GeckoView::Sandboxing component.
Component: General → Sandboxing
Updated•6 months ago
|
Product: GeckoView → GeckoView Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•