Bug 1704133 - Removing stale probe sw.synthesized_res_count r=jstutte

Landed by jesup

Differential Revision: https://phabricator.services.mozilla.com/D133152
This commit is contained in:
Randell Jesup 2021-12-08 15:14:18 +00:00
Родитель 7f7df83147
Коммит 5692170260
3 изменённых файлов: 0 добавлений и 23 удалений

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

@ -673,8 +673,6 @@ void RespondWithHandler::ResolvedCallback(JSContext* aCx,
return;
}
Telemetry::ScalarAdd(Telemetry::ScalarID::SW_SYNTHESIZED_RES_COUNT, 1);
if (mRequestMode == RequestMode::Same_origin &&
response->Type() == ResponseType::Cors) {
Telemetry::ScalarAdd(Telemetry::ScalarID::SW_CORS_RES_FOR_SO_REQ_COUNT, 1);

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

@ -1468,8 +1468,6 @@ void FetchEventOp::ResolvedCallback(JSContext* aCx,
return;
}
Telemetry::ScalarAdd(Telemetry::ScalarID::SW_SYNTHESIZED_RES_COUNT, 1);
if (requestMode == RequestMode::Same_origin &&
response->Type() == ResponseType::Cors) {
Telemetry::ScalarAdd(Telemetry::ScalarID::SW_CORS_RES_FOR_SO_REQ_COUNT, 1);

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

@ -4620,25 +4620,6 @@ browser.timings:
# The following section contains the service worker scalars.
sw:
synthesized_res_count:
bug_numbers:
- 1416629
- 1433916
description: >
The count of number of synthesize response made by service workers.
expires: "68"
kind: uint
notification_emails:
- sw-telemetry@mozilla.com
- ttung@mozilla.com
release_channel_collection: opt-out
products:
- 'firefox'
- 'fennec'
record_in_processes:
- 'main'
- 'content'
cors_res_for_so_req_count:
bug_numbers:
- 1416629