зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
7f7df83147
Коммит
5692170260
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче