Add VIDEO_DROPPED_FRAMES_PROPORTION_EXPONENTIAL.
Categories
(Core :: Audio/Video: Playback, task, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox98 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: jrmuizel)
Details
Attachments
(2 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
2.92 KB,
text/plain
|
chutten
:
data-review+
|
Details |
Currently the value of VIDEO_DROPPED_FRAMES_PROPORTION is mostly
0 or 1. This gathers the same data but does so with higher precision.
It also changes the distribution from linear to expontential as it feels
like that better represents the distribution of the underlying data.
| Assignee | ||
Comment 1•4 years ago
|
||
Currently the value of VIDEO_DROPPED_FRAMES_PROPORTION is mostly
0 or 1. This gathers the same data but does so with higher precision.
It also changes the distribution from linear to expontential as it feels
like that better represents the distribution of the underlying data.
| Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Comment 3•4 years ago
|
||
Comment on attachment 9260922 [details]
datareview.md
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?
Yes, Bryce and Paul Alastor are 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 the data collection use a third-party collection tool?
No.
Result: datareview+
Comment 5•4 years ago
|
||
| bugherder | ||
Description
•