Add disk size measurements for all general user preference and user permission stores
Categories
(Firefox :: Profile Backup, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: mconley, Assigned: kpatenio)
References
Details
(Whiteboard: [fidefe-device-migration])
Attachments
(2 files, 1 obsolete file)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
3.37 KB,
text/plain
|
jhirsch
:
data-review+
|
Details |
There's some shared infrastructure here with bug 1883642 (for the metrics.yaml file, for setting up the private method in BackupService that does measurement, and for test infrastructure).
This is the set of things to measure the size of:
- prefs.js
- xulstore.json
- permissions.sqlite
- content-prefs.sqlite
- containers.json
- handlers.json
- search.json.mozlz4
- user.js
- chrome/userChrome.css
- chrome/userContent.css
Similar to bug 1883655 and bug 1883642, this is a matter of adding some quantity probes, and then stat'ing these files, converting the measurement to kilobytes, and recording them to the Glean probes. We'll need a data-review and tests. Don't forget about ./mach data-review to help you out!
Updated•9 months ago
|
Comment 3•8 months ago
|
||
Comment on attachment 9392349 [details]
Data collection request
data-review+
- Is there or will there be documentation that describes the schema for the ultimate data set in a public, complete, and accurate way?
Yes.
- Is there a control mechanism that allows the user to turn the data collection on and off?
Yes.
- If the request is for permanent data collection, is there someone who will monitor the data over time?
Yes, mconley will monitor.
- 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 data.
- 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 the data collection use a third-party collection tool?
No.
Comment 5•8 months ago
•
|
||
Backed out changeset 4816ddcf03ba (Bug 1883739) for causing failures in test_measurements.js CLOSED TREE
Push with failures: https://treeherder.mozilla.org/jobs?repo=autoland&group_state=expanded&collapsedPushes=842382&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel&searchStr=windows%2C11%2Cx64%2C22h2%2Cwebrender%2Copt%2Cxpcshell%2Ctests%2Ctest-windows11-64-2009-qr%2Fopt-xpcshell%2Cx2&revision=4816ddcf03ba85987ae2877b961ec314a5ed575e
Another relevant range: https://treeherder.mozilla.org/jobs?repo=autoland&group_state=expanded&collapsedPushes=842382&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel&fromchange=a960e8bc060150359968f7771651f430d3df04df&searchStr=windows%2C11%2Cx64%2C22h2%2Cwebrender%2Copt%2Cxpcshell%2Ctests%2Ctest-windows11-64-2009-qr%2Fopt-xpcshell%2Cx2&tochange=7e65c2e3fa5893e80c6f6f8ef4deef5861f82edc
Log: https://treeherder.mozilla.org/logviewer?job_id=451572572&repo=autoland&lineNumber=3647
Backout: https://hg.mozilla.org/integration/autoland/rev/1fc14e10e349b1c81d8b36fae2872660943a36fe
Updated•8 months ago
|
Updated•8 months ago
|
Comment hidden (obsolete) |
Comment 7•8 months ago
|
||
Comment on attachment 9392861 [details]
WIP: Bug 1883739 - Add disk size measurements for all general user preference and user permission stores. r=#backup-reviewers!
Revision D205503 was moved to bug 1883747. Setting attachment 9392861 [details] to obsolete.
Comment 9•8 months ago
|
||
bugherder |
Description
•