Bug 1430322 - Update expiration for PREDICTOR_PREFETCH_{DECISION,IGNORE}_REASON. r?valentin draft
authorNicholas Hurley <hurley@mozilla.com>
Fri, 12 Jan 2018 16:23:46 -0800
changeset 719981 e05f1542dc79943ebd2fd187d3bf27f9b1303876
parent 719928 f5b4481c9fd50becb35cef02b599198b766fb1bb
child 745945 e6ce63cdeaa56411692ce83ecf7526b850517b3f
push id95414
push userbmo:hurley@mozilla.com
push dateSat, 13 Jan 2018 00:24:19 +0000
reviewersvalentin
bugs1430322
milestone59.0a1
Bug 1430322 - Update expiration for PREDICTOR_PREFETCH_{DECISION,IGNORE}_REASON. r?valentin MozReview-Commit-ID: DagMyj8zxg2
toolkit/components/telemetry/Histograms.json
--- a/toolkit/components/telemetry/Histograms.json
+++ b/toolkit/components/telemetry/Histograms.json
@@ -3896,30 +3896,30 @@
     "expires_in_version": "never",
     "kind": "exponential",
     "high": 3000,
     "n_buckets": 10,
     "description": "How long it takes from the time Predict() is called to the time we figure out there's nothing to do"
   },
   "PREDICTOR_PREFETCH_DECISION_REASON": {
     "record_in_processes": ["main"],
-    "expires_in_version": "60",
+    "expires_in_version": "65",
     "kind": "enumerated",
     "n_values": 15,
     "alert_emails": ["hurley@mozilla.com"],
-    "bug_numbers": [1409542],
+    "bug_numbers": [1409542, 1430322],
     "description": "Why the predictor determined a particular resource was eligible for future prefetch (or not). See PrefetchDecisionReason in Predictor.cpp for value meanings"
   },
   "PREDICTOR_PREFETCH_IGNORE_REASON": {
     "record_in_processes": ["main"],
-    "expires_in_version": "60",
+    "expires_in_version": "65",
     "kind": "enumerated",
     "n_values": 15,
     "alert_emails": ["hurley@mozilla.com"],
-    "bug_numbers": [1409542],
+    "bug_numbers": [1409542, 1430322],
     "description": "Why the predictor determined a particular resource that was marked eligible for prefetch should not be prefetched. See PrefetchIgnoreReason in Predictor.cpp for value meanings"
   },
   "HTTPCONNMGR_TOTAL_SPECULATIVE_CONN": {
     "record_in_processes": ["main", "content"],
     "expires_in_version": "never",
     "kind": "exponential",
     "high": 1000000,
     "n_buckets": 50,