Closed
Bug 1304207
Opened 9 years ago
Closed 9 years ago
[EME] Add telemetry tracking CDM usage
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla52
People
(Reporter: cpearce, Assigned: cpearce)
References
Details
Attachments
(1 file)
58 bytes,
text/x-review-board-request
|
mozbugz
:
review+
francois
:
review+
ritu
:
approval-mozilla-aurora+
ritu
:
approval-mozilla-beta+
|
Details |
I'd like some telemetry to track how often the Adobe and Widevine CDMs are used.
Comment hidden (mozreview-request) |
Comment 2•9 years ago
|
||
mozreview-review |
Comment on attachment 8793100 [details]
Bug 1304207 - Add telemetry to track when EME CDMs are instantiated.
https://reviewboard.mozilla.org/r/79880/#review78640
r+ with typo fixed:
::: toolkit/components/telemetry/Histograms.json:8594
(Diff revision 1)
> + "alert_emails": ["cpearce@mozilla.com"],
> + "expires_in_version": "58",
> + "bug_numbers": [1304207],
> + "kind": "enumerated",
> + "n_values": 6,
> + "description": "MediaKeys CDM instanitated. 0=ClearKey, 1=Primetime, 2=Widevine, 3=unknown",
Typo: 'instanitated' -> 'instantiated'.
Attachment #8793100 -
Flags: review?(gsquelart) → review+
Comment 3•9 years ago
|
||
mozreview-review |
Comment on attachment 8793100 [details]
Bug 1304207 - Add telemetry to track when EME CDMs are instantiated.
https://reviewboard.mozilla.org/r/79880/#review78680
::: toolkit/components/telemetry/Histograms.json:8594
(Diff revision 1)
> + "alert_emails": ["cpearce@mozilla.com"],
> + "expires_in_version": "58",
> + "bug_numbers": [1304207],
> + "kind": "enumerated",
> + "n_values": 6,
> + "description": "MediaKeys CDM instanitated. 0=ClearKey, 1=Primetime, 2=Widevine, 3=unknown",
In addition to fixing the typo that Gerald pointed out, I would suggest improving the description in two other ways:
- mention "EME" in the description
- clarify when the data is collected
For example, would this be accurate?
Note the type of CDM (0=ClearKey...) every time we instantiate an EME video.
or maybe there's some caching and it's more like:
Note the type of CDM (0=ClearKey...) every time we need to instantiate one to play an EME video.
Comment 4•9 years ago
|
||
FYI, I need to double-check something with Benjamin before approving this. I'm going to leave the r? as a reminder.
Comment hidden (mozreview-request) |
Assignee | ||
Comment 6•9 years ago
|
||
Comment on attachment 8793100 [details]
Bug 1304207 - Add telemetry to track when EME CDMs are instantiated.
(re-requesting review manually, as reviewboard isn't smart enough to parse r=gerald,r?=francois)
Attachment #8793100 -
Flags: review?(francois)
Comment 7•9 years ago
|
||
mozreview-review |
Comment on attachment 8793100 [details]
Bug 1304207 - Add telemetry to track when EME CDMs are instantiated.
https://reviewboard.mozilla.org/r/79880/#review78794
datareview+
Attachment #8793100 -
Flags: review?(francois) → review+
Comment hidden (mozreview-request) |
Pushed by cpearce@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2c9c2f19170d
Add telemetry to track when EME CDMs are instantiated. r=francois,gerald
Comment 10•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Assignee | ||
Comment 11•9 years ago
|
||
Comment on attachment 8793100 [details]
Bug 1304207 - Add telemetry to track when EME CDMs are instantiated.
Approval Request Comment
[Feature/regressing bug #]: EME
[User impact if declined]: To help facilitate making a decision as to when we can remove Adobe EME from Firefox, we'd like to know how often the Adobe CDM is used for EME. This telemetry will help with that.
[Describe test coverage new/current, TreeHerder]: We have lots of EME tests.
[Risks and why]: Low; we're just adding telemetry.
[String/UUID change made/needed]: None.
Attachment #8793100 -
Flags: approval-mozilla-beta?
Attachment #8793100 -
Flags: approval-mozilla-aurora?
Updated•9 years ago
|
status-firefox50:
--- → affected
status-firefox51:
--- → affected
Comment on attachment 8793100 [details]
Bug 1304207 - Add telemetry to track when EME CDMs are instantiated.
New telemetry probe to understand EME CDM distribution, Aurora51+, Beta50+
Attachment #8793100 -
Flags: approval-mozilla-beta?
Attachment #8793100 -
Flags: approval-mozilla-beta+
Attachment #8793100 -
Flags: approval-mozilla-aurora?
Attachment #8793100 -
Flags: approval-mozilla-aurora+
Comment 13•9 years ago
|
||
bugherder uplift |
Comment 14•9 years ago
|
||
bugherder uplift |
Backed out of beta for bustage like https://treeherder.mozilla.org/logviewer.html#?job_id=1665730&repo=mozilla-beta
https://hg.mozilla.org/releases/mozilla-beta/rev/865939f4946d
Flags: needinfo?(cpearce)
Assignee | ||
Comment 16•9 years ago
|
||
bugherder uplift |
Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(cpearce)
You need to log in
before you can comment on or make changes to this bug.
Description
•