Bug 1257222 - Keep collecting telemetry for Permissions Notifications until version 52. r=bsmedberg draft
authorPaolo Amadini <paolo.mozmail@amadzone.org>
Tue, 15 Mar 2016 17:15:01 +0000
changeset 341112 39ec5db9becd94797108ca8c962334165a1af2b1
parent 340999 341344bdec8f10bf50646cd6ef2355361435cbf6
child 516341 7891e79668f188450d206c478fbb025793ea1cd4
push id13148
push userpaolo.mozmail@amadzone.org
push dateWed, 16 Mar 2016 16:31:34 +0000
reviewersbsmedberg
bugs1257222
milestone48.0a1
Bug 1257222 - Keep collecting telemetry for Permissions Notifications until version 52. r=bsmedberg MozReview-Commit-ID: CUA001eK3fZ
toolkit/components/telemetry/Histograms.json
--- a/toolkit/components/telemetry/Histograms.json
+++ b/toolkit/components/telemetry/Histograms.json
@@ -5516,31 +5516,33 @@
   "POPUP_NOTIFICATION_STATS": {
     "releaseChannelCollection": "opt-out",
     "alert_emails": ["firefox-dev@mozilla.org"],
     "bug_numbers": [1207089],
     "expires_in_version": "50",
     "kind": "enumerated",
     "keyed": true,
     "n_values": 40,
-    "description": "Usage of popup notifications, keyed by ID (0 = Offered, 1..4 = Action, 5 = Click outside, 6 = Leave page, 7 = Use 'X', 8 = Not now, 10 = Open submenu, 11 = Learn more. Add 20 if happened after reopen.)"
+    "description": "(Bug 1207089) Usage of popup notifications, keyed by ID (0 = Offered, 1..4 = Action, 5 = Click outside, 6 = Leave page, 7 = Use 'X', 8 = Not now, 10 = Open submenu, 11 = Learn more. Add 20 if happened after reopen.)"
   },
   "POPUP_NOTIFICATION_MAIN_ACTION_MS": {
     "alert_emails": ["firefox-dev@mozilla.org"],
-    "expires_in_version": "48",
+    "bug_numbers": [1207089],
+    "expires_in_version": "52",
     "kind": "exponential",
     "keyed": true,
     "low": 100,
     "high": 600000,
     "n_buckets": 40,
     "description": "(Bug 1207089) Time in ms between initially requesting a popup notification and triggering the main action, keyed by ID"
   },
   "POPUP_NOTIFICATION_DISMISSAL_MS": {
     "alert_emails": ["firefox-dev@mozilla.org"],
-    "expires_in_version": "48",
+    "bug_numbers": [1207089],
+    "expires_in_version": "52",
     "kind": "exponential",
     "keyed": true,
     "low": 200,
     "high": 20000,
     "n_buckets": 50,
     "description": "(Bug 1207089) Time in ms between displaying a popup notification and dismissing it without an action the first time, keyed by ID"
   },
   "DEVTOOLS_DEBUGGER_RDP_LOCAL_RELOAD_MS": {