Bug 1304113 - Change tab switching telemetry probes to be opt-out. r=bsmedberg,mconley data-r=bsmedberg

MozReview-Commit-ID: 9gvaE31vizm

--HG--
extra : rebase_source : b5c05db651b678d680c4eb4c4bc40b3b96992c7e
This commit is contained in:
Felipe Gomes 2016-09-20 15:23:10 -03:00
Родитель 54872a7fbf
Коммит e2db273a55
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -4505,17 +4505,19 @@
"description": "Firefox: Time in ms spent updating UI in response to a tab switch"
},
"FX_TAB_SWITCH_TOTAL_MS": {
"expires_in_version": "default",
"expires_in_version": "56",
"kind": "exponential",
"high": 1000,
"n_buckets": 20,
"releaseChannelCollection": "opt-out",
"description": "Firefox: Time in ms till a tab switch is complete including the first paint"
},
"FX_TAB_SWITCH_TOTAL_E10S_MS": {
"expires_in_version": "default",
"expires_in_version": "56",
"kind": "exponential",
"high": 1000,
"n_buckets": 20,
"releaseChannelCollection": "opt-out",
"description": "Firefox: Time in ms between tab selection and tab content paint."
},
"FX_TAB_SWITCH_SPINNER_VISIBLE_MS": {