Closed
Bug 1275028
Opened 7 years ago
Closed 7 years ago
Fix VIDEO_DETAILED_DROPPED_FRAMES_PROPORTION histogram
Categories
(Core :: Audio/Video: Playback, defect, P1)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: gfritzsche, Unassigned)
References
Details
Attachments
(1 file)
851.26 KB,
text/plain
|
Details |
VIDEO_DETAILED_DROPPED_FRAMES_PROPORTION uses the key of the histogram in an odd way: https://dxr.mozilla.org/mozilla-central/rev/16663eb3dcfa759f25b5e27b101bc79270c156f2/dom/media/MediaFormatReader.cpp#1897 It is build it from "mimetype", "screen resolution", "hardware acceleration enabled", which ends up submitting at least 20k different values (which doesn't seem good or useful, see bug 1275019). This should have bounding, bucketing and put those into separate measurements. It also needs proper data collection review, which i don't see on bug 1249706: https://wiki.mozilla.org/Firefox/Data_Collection
Flags: needinfo?(louis)
Flags: needinfo?(cpearce)
Updated•7 years ago
|
Priority: -- → P1
Comment 1•7 years ago
|
||
Georg: Sorry this landed without data peer review. I'd neglected to mention that was required before passing off the review in bug 1249706. We'd better turn VIDEO_DETAILED_DROPPED_FRAMES_PROPORTION off and re-do it. How do we disable it? Can we just remove the telemetry definition from Histograms.js? Can you do something to throw away collected data on the server side to reduce your load?
Flags: needinfo?(louis)
Flags: needinfo?(gfritzsche)
Flags: needinfo?(cpearce)
Reporter | ||
Comment 2•7 years ago
|
||
Roberto is handling the server-side over in bug 1275019 (ignoring this histogram), so that is covered. Removing the probe from Histograms.json is fine. Note that we don't really support changing histogram definitions, so when updating or replacing it a different name should be used.
Flags: needinfo?(gfritzsche)
Comment 3•7 years ago
|
||
rvtillo: Can we get a list of 20K the submitted values for VIDEO_DETAILED_DROPPED_FRAMES_PROPORTION so that we can figure out a sensible way to bucket them? To be honest, I'd expected maybe a hundred different combinations, not thousands!
Flags: needinfo?(rvitillo)
Comment 4•7 years ago
|
||
georg: bug 1249706 is in Firefox 47. Do we need to back it out of 47 before 47 ships?
Flags: needinfo?(gfritzsche)
Reporter | ||
Comment 6•7 years ago
|
||
(In reply to Chris Pearce (:cpearce) from comment #4) > georg: bug 1249706 is in Firefox 47. Do we need to back it out of 47 before > 47 ships? This is opt-in and the aggregator is ignoring it now, so it should be fine to leave it given that 47 is in its last two weeks on beta. But if you don't urgently need the info it would be great to have this disabled on 48+.
Flags: needinfo?(gfritzsche)
Change is already backed out.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•