forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1752387: Don't use a timer for recording ServiceWorker running te…
…lemetry r=chutten Differential Revision: https://phabricator.services.mozilla.com/D137600
- Loading branch information
Randell Jesup
committed
Feb 9, 2022
1 parent
dda4785
commit c5706e1
Showing
6 changed files
with
137 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14018,18 +14018,7 @@ | |
"keys": ["All", "Fetch"], | ||
"bug_numbers": [1740335], | ||
"alert_emails": ["[email protected]", "[email protected]", "[email protected]"], | ||
"description": "The sampled number of simultaneous running ServiceWorkers in a session, sampled once each minute" | ||
}, | ||
"SERVICE_WORKER_FETCH_RUNNING": { | ||
"record_in_processes": ["main"], | ||
"products": ["firefox", "fennec"], | ||
"expires_in_version": "102", | ||
"kind": "linear", | ||
"high": 31, | ||
"n_buckets": 30, | ||
"bug_numbers": [1740335], | ||
"alert_emails": ["[email protected]", "[email protected]", "[email protected]"], | ||
"description": "The sampled number of simultaneous running ServiceWorkers handling Fetch in a session, sampled every minute" | ||
"description": "The sampled number of simultaneous running ServiceWorkers in a session, sampled once each 10 seconds (lazily on state change)" | ||
}, | ||
"GRAPHICS_SANITY_TEST": { | ||
"record_in_processes": ["main", "content"], | ||
|