mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
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:
parent
0119e527b3
commit
70f69c9c9a
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user