Bug 1432482 - Extend the lifetime of the FX_TAB_REMOTE_NAVIGATION_DELAY_MS probe to Firefox 66. r?Gijs, data-review=liuche draft
authorMike Conley <mconley@mozilla.com>
Tue, 23 Jan 2018 17:55:36 -0500
changeset 723842 511842c4bc1db7d2a7c98f9713a614eafe1576ad
parent 723788 c5461973d6ee7845b3f560c05e1502429fd63184
child 746973 b8396a89524dc25a512f3330c6142d915c99e736
push id96555
push usermconley@mozilla.com
push dateTue, 23 Jan 2018 22:56:44 +0000
reviewersGijs
bugs1432482
milestone60.0a1
Bug 1432482 - Extend the lifetime of the FX_TAB_REMOTE_NAVIGATION_DELAY_MS probe to Firefox 66. r?Gijs, data-review=liuche MozReview-Commit-ID: 1HTGcBahL7G
toolkit/components/telemetry/Histograms.json
--- a/toolkit/components/telemetry/Histograms.json
+++ b/toolkit/components/telemetry/Histograms.json
@@ -6124,19 +6124,19 @@
     "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"
   },
   "FX_TAB_REMOTE_NAVIGATION_DELAY_MS": {
     "record_in_processes": ["main", "content"],
-    "alert_emails": ["gkrizsanits@mozilla.com", "mconley@mozilla.com"],
+    "alert_emails": ["mconley@mozilla.com"],
     "bug_numbers": [1352961],
-    "expires_in_version": "61",
+    "expires_in_version": "66",
     "kind": "exponential",
     "high": 4000,
     "n_buckets": 100,
     "keyed": true,
     "description": "Time taken (in ms) from the point of the parent sending the naviagion triggering message to the content and the content receiving it. This message can be either SessionStore:restoreTabContent or WebNavigation:LoadURI and these names are used as keys for this histogram. This is e10s only and recorded in the content process."
   },
   "FX_BOOKMARKS_TOOLBAR_INIT_MS": {
     "record_in_processes": ["main", "content"],