Bug 1569672 - Collect use counter denominators in release r=janerik

Use counters are collected in release as of bug 1477433. Per bug 1204994, use counters need to be interpreted relative to CONTENT_DOCUMENTS_DESTROYED and TOP_LEVEL_CONTENT_DOCUMENTS_DESTROYED, so these need to be collected in release, as well.

Also cleans up probe definitions and removes from whitelists.

Differential Revision: https://phabricator.services.mozilla.com/D39726

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tim D. Smith 2019-07-30 08:07:08 +00:00
Родитель 21ee0c5607
Коммит 3209c82acb
2 изменённых файлов: 6 добавлений и 4 удалений

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

@ -14060,6 +14060,9 @@
"products": ["firefox", "fennec", "geckoview"],
"expires_in_version": "never",
"kind": "count",
"releaseChannelCollection": "opt-out",
"bug_numbers": [1204994, 1569672],
"alert_emails": ["tdsmith@mozilla.com", "compatibility@lists.mozilla.org"],
"description": "Number of content documents destroyed; used in conjunction with use counter histograms"
},
"TOP_LEVEL_CONTENT_DOCUMENTS_DESTROYED": {
@ -14067,6 +14070,9 @@
"products": ["firefox", "fennec", "geckoview"],
"expires_in_version": "never",
"kind": "count",
"releaseChannelCollection": "opt-out",
"bug_numbers": [1204994, 1569672],
"alert_emails": ["tdsmith@mozilla.com", "compatibility@lists.mozilla.org"],
"description": "Number of top-level content documents destroyed; used in conjunction with use counter histograms"
},
"PUSH_API_NOTIFY": {

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

@ -91,7 +91,6 @@
"CHANGES_OF_TARGET_LANGUAGE",
"CHECK_ADDONS_MODIFIED_MS",
"COMPONENTS_SHIM_ACCESSED_BY_CONTENT",
"CONTENT_DOCUMENTS_DESTROYED",
"CRASH_STORE_COMPRESSED_BYTES",
"DATABASE_LOCKED_EXCEPTION",
"DATABASE_SUCCESSFUL_UNLOCK",
@ -421,7 +420,6 @@
"THUNDERBIRD_GLODA_SIZE_MB",
"THUNDERBIRD_INDEXING_RATE_MSG_PER_S",
"TLS_ERROR_REPORT_UI",
"TOP_LEVEL_CONTENT_DOCUMENTS_DESTROYED",
"TRANSLATED_CHARACTERS",
"TRANSLATED_PAGES",
"TRANSLATED_PAGES_BY_LANGUAGE",
@ -550,7 +548,6 @@
"CHECK_ADDONS_MODIFIED_MS",
"COMPONENTS_SHIM_ACCESSED_BY_CONTENT",
"COMPOSITE_FRAME_ROUNDTRIP_TIME",
"CONTENT_DOCUMENTS_DESTROYED",
"COOKIE_SCHEME_SECURITY",
"CRASH_STORE_COMPRESSED_BYTES",
"CYCLE_COLLECTOR",
@ -1074,7 +1071,6 @@
"THUNDERBIRD_GLODA_SIZE_MB",
"THUNDERBIRD_INDEXING_RATE_MSG_PER_S",
"TLS_ERROR_REPORT_UI",
"TOP_LEVEL_CONTENT_DOCUMENTS_DESTROYED",
"TOTAL_CONTENT_PAGE_LOAD_TIME",
"TOTAL_COUNT_HIGH_ERRORS",
"TOTAL_COUNT_LOW_ERRORS",