Bug 1402825 - Extend life of VIDEO_CAN_CREATE_*_DECODER telemetry to 68. r?francois draft
authorChris Pearce <cpearce@mozilla.com>
Mon, 25 Sep 2017 12:20:20 +0200
changeset 669855 86c83424b3e9550144b0b6bbad156ab262dd8d8b
parent 669848 7b5aa01f0a37dce27af0c485ded063c137fc5740
child 733059 8d81e608f054f445b36100024544ca17bfea8c8b
push id81436
push userbmo:cpearce@mozilla.com
push dateMon, 25 Sep 2017 12:24:01 +0000
reviewersfrancois
bugs1402825
milestone58.0a1
Bug 1402825 - Extend life of VIDEO_CAN_CREATE_*_DECODER telemetry to 68. r?francois The VIDEO_CAN_CREATE_{AAC,H264}_DECODER telemetry expired in 58, but is still useful I think as a gauge of how support for proprietary formats is changing over time, and how ubiquitous support is on Windows N and K/N variants. So I think we should extend its life. MozReview-Commit-ID: FnnLtcVdqaZ
toolkit/components/telemetry/Histograms.json
--- a/toolkit/components/telemetry/Histograms.json
+++ b/toolkit/components/telemetry/Histograms.json
@@ -8518,25 +8518,25 @@
     "expires_in_version": "53",
     "kind": "count",
     "description": "How many times the audio MFT decoder returns success but output nothing.",
     "bug_numbers": [1176071]
   },
   "VIDEO_CAN_CREATE_AAC_DECODER": {
     "record_in_processes": ["main", "content"],
     "alert_emails": ["cpearce@mozilla.com"],
-    "expires_in_version": "58",
+    "expires_in_version": "68",
     "kind": "boolean",
     "description": "Whether at startup we report we can playback MP4 (AAC) audio. This is single value is recorded at every startup.",
     "releaseChannelCollection": "opt-out"
   },
   "VIDEO_CAN_CREATE_H264_DECODER": {
     "record_in_processes": ["main", "content"],
     "alert_emails": ["cpearce@mozilla.com"],
-    "expires_in_version": "58",
+    "expires_in_version": "68",
     "kind": "boolean",
     "description": "Whether at startup we report we can playback MP4 (H.264) video. This is single value is recorded at every startup.",
     "releaseChannelCollection": "opt-out"
   },
   "VIDEO_CANPLAYTYPE_H264_CONSTRAINT_SET_FLAG": {
     "record_in_processes": ["main", "content"],
     "expires_in_version": "50",
     "kind": "enumerated",