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.
For #11479: Record open tabs count in metrics ping
- Loading branch information
Showing
6 changed files
with
64 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -689,6 +689,38 @@ metrics: | |
notification_emails: | ||
- [email protected] | ||
expires: "2020-09-01" | ||
tabs_open_count: | ||
type: counter | ||
lifetime: application | ||
description: | | ||
A counter that indicates how many NORMAL tabs a user has open. This | ||
value will only be set if the user has at least *one* open tab. If they | ||
have 0, this ping will not get sent, resulting in a null value. To | ||
disambiguate between a failed `tabs_open_count` ping and 0 open tabs, | ||
please see `has_open_tabs`. | ||
send_in_pings: | ||
- metrics | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/11479 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/12024 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2020-09-01" | ||
has_open_tabs: | ||
type: boolean | ||
lifetime: application | ||
description: | | ||
A boolean that indicates if the user has any open NORMAL tabs. | ||
send_in_pings: | ||
- metrics | ||
bugs: | ||
- https://github.com/mozilla-mobile/fenix/issues/11479 | ||
data_reviews: | ||
- https://github.com/mozilla-mobile/fenix/pull/12024 | ||
notification_emails: | ||
- [email protected] | ||
expires: "2020-09-01" | ||
|
||
preferences: | ||
show_search_suggestions: | ||
|
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