Closed
Bug 1548472
Opened 6 years ago
Closed 6 years ago
Collect telemetry about how is the cache split by the content type
Categories
(Core :: Networking: Cache, enhancement, P2)
Core
Networking: Cache
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: michal, Assigned: michal)
References
(Blocks 1 open bug)
Details
(Whiteboard: [necko-triaged])
Attachments
(2 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
2.65 KB,
text/plain
|
chutten|PTO
:
data-review+
|
Details |
Bug 1547797 will allow to specify different max entry size for given content type. In theory, this might change how is the cache split by the content type. This telemetry will tell us whether we need to partition the cache by content type or not.
Assignee | ||
Comment 1•6 years ago
|
||
Like in case of bug 1506534, this telemetry is sampled periodically every time 2GB of data is written to the cache, i.e. when the cache was used for some time and there is a chance that its content has changed significantly.
Assignee | ||
Comment 2•6 years ago
|
||
Attachment #9062224 -
Flags: data-review?(chutten)
Comment 3•6 years ago
|
||
Comment on attachment 9062224 [details]
Request for data collection review form
Preliminary notes:
I recommend all permanent collections be covered by regression tests to ensure they continue to work over their lifetimes.
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 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/).
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes. This collection is Telemetry so 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, Michal Novotny 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 pre-release channels only.
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 #9062224 -
Flags: data-review?(chutten) → data-review+
Pushed by mnovotny@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dcf3a023d7d0
Collect telemetry about how is the cache split by the content type, r=mayhemer
Comment 5•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•