Bug 1354778 - Renew expired Flash telemetry probes until 2018 Q4. r?bsmedberg draft
authorChris Peterson <cpeterson@mozilla.com>
Wed, 05 Apr 2017 18:55:41 -0700
changeset 558836 19d96aa11e94f175223875c05abcafb0277ca3e8
parent 558835 16532e91f3531905a6ba8468269a4ee4af1c16c0
child 623277 439460174bf2ef7a349d03937aed23792dea8b9a
push id52964
push usercpeterson@mozilla.com
push dateSat, 08 Apr 2017 06:23:36 +0000
reviewersbsmedberg
bugs1354778
milestone55.0a1
Bug 1354778 - Renew expired Flash telemetry probes until 2018 Q4. r?bsmedberg FLASH_PLUGIN_AREA, FLASH_PLUGIN_HEIGHT, FLASH_PLUGIN_WIDTH, FLASH_PLUGIN_INSTANCES_PER_PAGE, and FLASH_PLUGIN_STATES These probes were added when Shumway was investigating the most common dimensions of Flash ads. They are still useful for tracking the number of tiny SWFs and activated SWFs. Firefox 49 users with telemetry enabled saw about 1.94B SWFs. Of those, about 1.22B (63%) were smaller than 8x8 pixels! MozReview-Commit-ID: sbPmkihmSJ
toolkit/components/telemetry/Histograms.json
--- a/toolkit/components/telemetry/Histograms.json
+++ b/toolkit/components/telemetry/Histograms.json
@@ -3811,47 +3811,47 @@
   "PLUGIN_SHUTDOWN_MS": {
     "expires_in_version": "never",
     "kind": "exponential",
     "high": 5000,
     "n_buckets": 20,
     "description": "Time spent shutting down plugins (ms)"
   },
   "FLASH_PLUGIN_STATES": {
-    "expires_in_version": "50",
+    "expires_in_version": "65",
     "kind": "enumerated",
     "n_values": 20,
     "description": "A flash object's initialization state"
   },
   "FLASH_PLUGIN_AREA": {
-    "expires_in_version": "50",
+    "expires_in_version": "65",
     "kind": "exponential",
     "low": 256,
     "high": 16777216,
     "n_buckets": 50,
     "description": "Flash object area (width * height)"
   },
   "FLASH_PLUGIN_WIDTH": {
-    "expires_in_version": "50",
+    "expires_in_version": "65",
     "kind": "linear",
     "low": 1,
     "high": 2000,
     "n_buckets": 50,
     "description": "Flash object width"
   },
   "FLASH_PLUGIN_HEIGHT": {
-    "expires_in_version": "50",
+    "expires_in_version": "65",
     "kind": "linear",
     "low": 1,
     "high": 2000,
     "n_buckets": 50,
     "description": "Flash object height"
   },
   "FLASH_PLUGIN_INSTANCES_ON_PAGE": {
-    "expires_in_version": "50",
+    "expires_in_version": "65",
     "kind": "enumerated",
     "n_values": 30,
     "description": "Flash object instances count on page"
   },
   "MOZ_SQLITE_OPEN_MS": {
     "expires_in_version": "default",
     "kind": "exponential",
     "high": 3000,