Bug 1320140 - add reporting emails for some predictor telemetry. r=valentin

MozReview-Commit-ID: 3zhAzaYSILb

--HG--
extra : rebase_source : d6b83f93fb367b7abe488934f9b711384ab8676e
This commit is contained in:
Nicholas Hurley 2017-01-03 09:22:50 -08:00
parent 0119e527b3
commit 70f69c9c9a
2 changed files with 4 additions and 4 deletions

View File

@ -3207,7 +3207,8 @@
"kind": "exponential",
"high": 3000,
"n_buckets": 10,
"description": "Amount of time spent doing the work for predict (ms)"
"description": "Amount of time spent doing the work for predict (ms)",
"alert_emails": ["necko@mozilla.com"]
},
"PREDICTOR_LEARN_WORK_TIME": {
"expires_in_version": "never",
@ -3325,7 +3326,8 @@
"kind": "exponential",
"high": 3000,
"n_buckets": 10,
"description": "How long it takes from the time Predict() is called to the time we take action"
"description": "How long it takes from the time Predict() is called to the time we take action",
"alert_emails": ["necko@mozilla.com"]
},
"PREDICTOR_PREDICT_TIME_TO_INACTION": {
"expires_in_version": "never",

View File

@ -556,9 +556,7 @@
"PREDICTOR_PREDICTIONS_CALCULATED",
"PREDICTOR_PREDICT_ATTEMPTS",
"PREDICTOR_PREDICT_FULL_QUEUE",
"PREDICTOR_PREDICT_TIME_TO_ACTION",
"PREDICTOR_PREDICT_TIME_TO_INACTION",
"PREDICTOR_PREDICT_WORK_TIME",
"PREDICTOR_SUBRESOURCE_DEGRADATION",
"PREDICTOR_TOTAL_PRECONNECTS",
"PREDICTOR_TOTAL_PRECONNECTS_CREATED",