Bug 1301435 - Make FX_TAB_SWITCH_SPINNER_VISIBLE_MS and FX_TAB_SWITCH_SPINNER_VISIBLE_LONG_MS opt-out probes. r?bsmedberg draft
authorMike Conley <mconley@mozilla.com>
Thu, 08 Sep 2016 12:21:42 -0400
changeset 411746 92e338318662018b6c21312975996801717fb341
parent 411657 938ce16be25f9c551c19ef8938e8717ed3d41ff5
child 530808 506457941857158e5d2967bbc3ffb00c12cd323c
push id28977
push usermconley@mozilla.com
push dateThu, 08 Sep 2016 17:01:14 +0000
reviewersbsmedberg
bugs1301435
milestone51.0a1
Bug 1301435 - Make FX_TAB_SWITCH_SPINNER_VISIBLE_MS and FX_TAB_SWITCH_SPINNER_VISIBLE_LONG_MS opt-out probes. r?bsmedberg MozReview-Commit-ID: 7eX21qeoZ9W
toolkit/components/telemetry/Histograms.json
--- a/toolkit/components/telemetry/Histograms.json
+++ b/toolkit/components/telemetry/Histograms.json
@@ -4482,30 +4482,32 @@
   "FX_TAB_SWITCH_TOTAL_E10S_MS": {
     "expires_in_version": "default",
     "kind": "exponential",
     "high": 1000,
     "n_buckets": 20,
     "description": "Firefox: Time in ms between tab selection and tab content paint."
   },
   "FX_TAB_SWITCH_SPINNER_VISIBLE_MS": {
-    "expires_in_version": "default",
+    "expires_in_version": "56",
     "kind": "exponential",
     "high": 1000,
     "n_buckets": 20,
+    "releaseChannelCollection": "opt-out",
     "description": "Firefox: If the spinner interstitial displays during tab switching, records the time in ms the graphic is visible"
   },
   "FX_TAB_SWITCH_SPINNER_VISIBLE_LONG_MS": {
-    "expires_in_version": "54",
+    "expires_in_version": "56",
     "kind": "exponential",
     "low": 1000,
     "high": 64000,
     "n_buckets": 7,
     "bug_numbers": [1301104],
     "alert_emails": ["mconley@mozilla.com"],
+    "releaseChannelCollection": "opt-out",
     "description": "Firefox: If the spinner interstitial displays during tab switching, records the time in ms the graphic is visible. This probe is similar to FX_TAB_SWITCH_SPINNER_VISIBLE_MS, but is for truly degenerate cases."
   },
   "FX_TAB_CLICK_MS": {
     "expires_in_version": "default",
     "kind": "exponential",
     "high": 1000,
     "n_buckets": 20,
     "description": "Firefox: Time in ms spent on switching tabs in response to a tab click"