Bug 1436039 - Increase max time on Debugger's source load telemetry;r=jdescottes,datareview=liuche draft
authoryulia <ystartsev@mozilla.com>
Tue, 06 Feb 2018 15:56:19 +0100
changeset 751512 f28deb80f4d8bf974d305fa227835b7dda8ae415
parent 751476 f1a4b64f19b0e93c49492735db30a5023e624ae7
push id97993
push userbmo:ystartsev@mozilla.com
push dateTue, 06 Feb 2018 14:57:06 +0000
reviewersjdescottes
bugs1436039
milestone60.0a1
Bug 1436039 - Increase max time on Debugger's source load telemetry;r=jdescottes,datareview=liuche MozReview-Commit-ID: 1fuTv4fPn3B
toolkit/components/telemetry/Histograms.json
--- a/toolkit/components/telemetry/Histograms.json
+++ b/toolkit/components/telemetry/Histograms.json
@@ -8487,20 +8487,20 @@
     "kind": "exponential",
     "high": 10000,
     "n_buckets": 1000,
     "description": "The time (in milliseconds) that it took to display a selected source to the user."
   },
   "DEVTOOLS_DEBUGGER_LOAD_SOURCE_MS": {
     "record_in_processes": ["main", "content"],
     "alert_emails": ["dev-developer-tools@lists.mozilla.org", "hkirschner@mozilla.com"],
-    "bug_numbers": [1429047],
+    "bug_numbers": [1429047, 1436039],
     "expires_in_version": "66",
     "kind": "exponential",
-    "high": 10000,
+    "high": 20000,
     "n_buckets": 100,
     "description": "The time (in milliseconds) that it took to load a source for the user."
   },
   "DEVTOOLS_ABOUT_DEVTOOLS_OPENED_KEY": {
     "record_in_processes": ["main"],
     "alert_emails": ["dev-developer-tools@lists.mozilla.org", "hkirschner@mozilla.com"],
     "bug_numbers": [1412029],
     "expires_in_version": "63",