This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #12731: Collect telemetry about the content process of tabs get…
…ting killed.
- Loading branch information
Showing
4 changed files
with
243 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4402,3 +4402,55 @@ contextual_menu: | |
notification_emails: | ||
- [email protected] | ||
expires: "2021-06-01" | ||
|
||
engine: | ||
tab_kills: | ||
type: labeled_counter | ||
labels: | ||
- foreground | ||
- background | ||
description: | | ||
How often was the content process of a foreground (selected) or | ||
background tab killed. | ||
bugs: | ||
- https://github.com/mozilla-mobile/android-components/issues/9366 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/17864 | ||
data_sensitivity: | ||
- technical | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2021-12-31" | ||
kill_foreground_age: | ||
type: timespan | ||
time_unit: millisecond | ||
description: | | ||
Measures the age of the engine session of a foreground (selected) tab | ||
at the time its content process got killed. | ||
bugs: | ||
- https://github.com/mozilla-mobile/android-components/issues/9366 | ||
data_reviews: | ||
- TBD | ||
data_sensitivity: | ||
- technical | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2021-12-31" | ||
kill_background_age: | ||
type: timespan | ||
time_unit: millisecond | ||
description: | | ||
Measures the age of the engine session of a background tab at the | ||
time its content process got killed. | ||
bugs: | ||
- https://github.com/mozilla-mobile/android-components/issues/9366 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/17864 | ||
data_sensitivity: | ||
- technical | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2021-12-31" |
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