Bug 1287987 - Histogram for VIDEO_HIDDEN_PLAY_TIME_PERCENTAGE - r?francois,kamidphish draft
authorGerald Squelart <gsquelart@mozilla.com>
Wed, 20 Jul 2016 14:26:49 +1000
changeset 389822 f7386ba60d9bcf092e3ebd30598a192a43779c2f
parent 389819 60be73d0ca3186fa589ebc8c48cc07f7e6f7faac
child 389823 fd24783f8e9c8e10cd8184b14f6c3bc70070013f
child 389824 3a24cf2e549b8aa0017e62cee8f58a9962e28c64
child 389825 1827c24ebe340301ff5e93ed8ead99b945ae4917
push id23525
push usergsquelart@mozilla.com
push dateWed, 20 Jul 2016 04:27:47 +0000
reviewersfrancois, kamidphish
bugs1287987
milestone50.0a1
Bug 1287987 - Histogram for VIDEO_HIDDEN_PLAY_TIME_PERCENTAGE - r?francois,kamidphish Telemetry probe, for feedback (using r? in mozreview) by telemetry peer. Keying by audio presence and height range will help us better understand how much benefit we should effectively get for the video population out there. MozReview-Commit-ID: 2BlnlwW7b8W
toolkit/components/telemetry/Histograms.json
--- a/toolkit/components/telemetry/Histograms.json
+++ b/toolkit/components/telemetry/Histograms.json
@@ -8220,16 +8220,26 @@
     "alert_emails": ["ajones@mozilla.com", "gsquelart@mozilla.com"],
     "expires_in_version": "55",
     "description": "Total time spent playing video while element is hidden, in milliseconds. This reports the total hidden play time for an HTML Media Element whenever it is suspended or resumed, such as when the page is unloaded, or when the mute status changes when the AudioChannelAPI pref is set.",
     "kind": "exponential",
     "high": 7200000,
     "n_buckets": 100,
     "bug_numbers": [1285419]
   },
+  "VIDEO_HIDDEN_PLAY_TIME_PERCENTAGE" : {
+    "alert_emails": ["ajones@mozilla.com", "gsquelart@mozilla.com"],
+    "expires_in_version": "55",
+    "description": "Percentage of total time spent playing video while element is hidden. Keyed by audio presence and by height ranges (boundaries: 240. 480, 576, 720, 1080, 2160), e.g.: 'V,0<h<=240', 'AV,h>2180'; and 'All' will accumulate all percentages. This is reported whenever an HTML Media Element is suspended or resumed, such as when the page is unloaded.",
+    "keyed": true,
+    "kind": "linear",
+    "high": 100,
+    "n_buckets": 50,
+    "bug_numbers": [1287987]
+  },
   "VIDEO_UNLOAD_STATE": {
     "alert_emails": ["ajones@mozilla.com"],
     "expires_in_version": "55",
     "kind": "enumerated",
     "n_values": 5,
     "description": "HTML Media Element state when unloading. ended = 0, paused = 1, stalled = 2, seeking = 3, other = 4",
     "bug_numbers": [1261955, 1261955]
   },