Bug 1245371 - PERF_MONITORING_SLOW_ADDON_* should not expire in Firefox 49;r=Yoric draft
authorDavid Rajchenbach-Teller <dteller@mozilla.com>
Wed, 03 Feb 2016 18:41:12 +0100
changeset 328578 9d56dd2e0dbf068a100c53431173768c739cdad6
parent 326148 211a4c710fb6af2cad10102c4cabc7cb525998b8
child 513833 609d1505e91ef4a616aa0a0e5b191671804665f2
push id10376
push userdteller@mozilla.com
push dateWed, 03 Feb 2016 17:41:35 +0000
reviewersYoric
bugs1245371
milestone47.0a1
Bug 1245371 - PERF_MONITORING_SLOW_ADDON_* should not expire in Firefox 49;r=Yoric
toolkit/components/telemetry/Histograms.json
--- a/toolkit/components/telemetry/Histograms.json
+++ b/toolkit/components/telemetry/Histograms.json
@@ -9598,26 +9598,26 @@
     "alert_emails": ["dteller@mozilla.com"],
     "expires_in_version": "48",
     "kind": "linear",
     "high": "100",
     "n_buckets": "20",
     "description": "Proportion (%) of reschedulings of the main process to another CPU during the execution of code inside a JS compartment. Updated while we are measuring jank."
   },
   "PERF_MONITORING_SLOW_ADDON_JANK_US": {
-    "expires_in_version": "48",
+    "expires_in_version": "never",
     "kind": "exponential",
     "low": 1,
     "high": 10000000,
     "n_buckets": 20,
     "keyed": true,
     "description": "Contiguous time spent by an add-on blocking the main loop (microseconds, keyed by add-on ID)."
   },
   "PERF_MONITORING_SLOW_ADDON_CPOW_US": {
-    "expires_in_version": "48",
+    "expires_in_version": "70",
     "kind": "exponential",
     "low": 1,
     "high": 10000000,
     "n_buckets": 20,
     "keyed": true,
     "description": "Contiguous time spent by an add-on blocking the main loop by performing a blocking cross-process call (microseconds, keyed by add-on ID)."
   },
   "VIDEO_EME_ADOBE_INSTALL_FAILED_REASON": {