Bug 1276699 - extend life of telemetry histograms for browser data migration, r?bsmedberg draft
authorGijs Kruitbosch <gijskruitbosch@gmail.com>
Mon, 30 May 2016 17:57:20 +0100
changeset 372930 585f3a548b070258f277196433e0b9838636a9d5
parent 372929 f16d02e7447e9057da01e3dbd3fd7eb336dced10
child 522287 7d399cc1e44f295131d8d4315b63903ca07b4ef8
push id19639
push usergijskruitbosch@gmail.com
push dateMon, 30 May 2016 16:59:41 +0000
reviewersbsmedberg
bugs1276699
milestone49.0a1
Bug 1276699 - extend life of telemetry histograms for browser data migration, r?bsmedberg MozReview-Commit-ID: J1MLV4zg94H
toolkit/components/telemetry/Histograms.json
--- a/toolkit/components/telemetry/Histograms.json
+++ b/toolkit/components/telemetry/Histograms.json
@@ -4377,47 +4377,47 @@
     "description": "THUMBNAILS: Time (ms) it takes to store a thumbnail in the cache"
   },
   "FX_THUMBNAILS_HIT_OR_MISS": {
     "expires_in_version": "never",
     "kind": "boolean",
     "description": "THUMBNAILS: Thumbnail found"
   },
   "FX_MIGRATION_ENTRY_POINT": {
-    "expires_in_version": "49",
+    "expires_in_version": "53",
     "kind": "enumerated",
     "n_values": 10,
     "releaseChannelCollection": "opt-out",
     "description": "Where the migration wizard was entered from. 0=Other/catch-all, 1=first-run, 2=refresh-firefox, 3=Places window, 4=Password manager"
   },
   "FX_MIGRATION_SOURCE_BROWSER": {
-    "expires_in_version": "49",
+    "expires_in_version": "53",
     "kind": "enumerated",
     "n_values": 15,
     "releaseChannelCollection": "opt-out",
     "description": "The browser that data is pulled from. The values correspond to the internal browser ID (see MigrationUtils.jsm)"
   },
   "FX_MIGRATION_ERRORS": {
-    "expires_in_version": "49",
+    "expires_in_version": "53",
     "kind": "enumerated",
     "keyed": true,
     "n_values": 12,
     "releaseChannelCollection": "opt-out",
     "description": "Errors encountered during migration in buckets defined by the datatype, keyed by the string description of the browser."
   },
   "FX_MIGRATION_USAGE": {
-    "expires_in_version": "49",
+    "expires_in_version": "53",
     "kind": "enumerated",
     "keyed": true,
     "n_values": 12,
     "releaseChannelCollection": "opt-out",
     "description": "Usage of migration for each datatype when migration is run through the post-firstrun flow which allows individual datatypes, keyed by the string description of the browser."
   },
   "FX_MIGRATION_HOMEPAGE_IMPORTED": {
-    "expires_in_version": "49",
+    "expires_in_version": "53",
     "kind": "boolean",
     "keyed": true,
     "releaseChannelCollection": "opt-out",
     "description": "Whether the homepage was imported during browser migration. Only available on release builds during firstrun."
   },
   "FX_STARTUP_MIGRATION_BROWSER_COUNT": {
     "bug_numbers": [1275114],
     "alert_emails": ["gijs@mozilla.com"],