Closed Bug 1658532 Opened 4 years ago Closed 4 years ago

Add `REL_PRELOAD_MISS_RATIO` telemetry measuring ratio of used vs unused preloads per "as" type

Categories

(Core :: Networking, enhancement, P1)

enhancement

Tracking

()

RESOLVED FIXED
82 Branch
Tracking Status
firefox82 --- fixed

People

(Reporter: mayhemer, Assigned: kershaw)

References

(Blocks 1 open bug)

Details

(Whiteboard: [necko-triaged])

Attachments

(2 files)

I think an enumerated probe like:
TYPE_SCRIPT_USED,
TYPE_SCRIPT_UNUSED,
TYPE_SHEET_USED,
TYPE_SHEET_UNUSED,
TYPE_FONT_USED,
TYPE_FONT_UNUSED,
etc...

would do.

The "used" notification can be easily made here and here.
The "unused" notification can be easily made here.
The type can be taken from mPreload->mKey.As; needs to be published via a const getter.

Severity: -- → N/A
Whiteboard: [necko-triaged]
Assignee: honzab.moz → nobody
Status: ASSIGNED → NEW
Assignee: nobody → honzab.moz
Status: NEW → ASSIGNED

I'm really no longer work on anything :)

Assignee: honzab.moz → nobody
Status: ASSIGNED → NEW

I'm going to land this patch.

Assignee: nobody → kershaw
Attachment #9171222 - Flags: data-review?(chutten)

Comment on attachment 9171222 [details]
bug1658532 _telemetry_data_review.txt

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 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?

No. This collection will expire Firefox 84.

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?

Yes. :kershaw is responsible for renewing or removing the collection before it expires in Firefox 84.


Result: datareview+

Attachment #9171222 - Flags: data-review?(chutten) → data-review+
Pushed by kjang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/12abcffd4b5d
Add `REL_PRELOAD_MISS_RATIO` telemetry measuring ratio of used vs unused preloads per "as" type, r=smaug,chutten
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
See Also: → 1666981
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: