This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding loading time and immersive mode duration Glean telemetry.
- Loading branch information
1 parent
ebe5512
commit 423851d
Showing
4 changed files
with
267 additions
and
12 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 |
---|---|---|
|
@@ -260,3 +260,249 @@ control: | |
- [email protected] | ||
- [email protected] | ||
expires: "2020-11-01" | ||
|
||
pages: | ||
page_load: | ||
type: timing_distribution | ||
description: > | ||
Measuring how long each page takes to load. | ||
time_unit: nanosecond | ||
bugs: | ||
- https://github.com/MozillaReality/FirefoxReality/issues/2279 | ||
data_reviews: | ||
- https://github.com/MozillaReality/FirefoxReality/pull/xxx | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-11-01" | ||
|
||
immersive: | ||
duration: | ||
type: timing_distribution | ||
description: > | ||
Measuring how long users stay in the immersive mode. | ||
time_unit: microsecond | ||
bugs: | ||
- https://github.com/MozillaReality/FirefoxReality/issues/2279 | ||
data_reviews: | ||
- https://github.com/MozillaReality/FirefoxReality/pull/xxx | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-11-01" | ||
|
||
windows: | ||
duration: | ||
type: timing_distribution | ||
description: > | ||
Measuring how long windows keep opening. | ||
time_unit: microsecond | ||
bugs: | ||
- https://github.com/MozillaReality/FirefoxReality/issues/2279 | ||
data_reviews: | ||
- https://github.com/MozillaReality/FirefoxReality/pull/xxx | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-11-01" | ||
movement: | ||
type: counter | ||
description: > | ||
Counting how many times of moving a window in a session. | ||
send_in_pings: | ||
- session-end | ||
bugs: | ||
- https://github.com/MozillaReality/FirefoxReality/issues/2279 | ||
data_reviews: | ||
- https://github.com/MozillaReality/FirefoxReality/pull/xxx | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-11-01" | ||
resize: | ||
type: counter | ||
description: > | ||
Counting how many times of resizing a window in a session. | ||
send_in_pings: | ||
- session-end | ||
bugs: | ||
- https://github.com/MozillaReality/FirefoxReality/issues/2279 | ||
data_reviews: | ||
- https://github.com/MozillaReality/FirefoxReality/pull/xxx | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-11-01" | ||
active_in_left_time: | ||
type: timing_distribution | ||
description: > | ||
Measuring how long a window is placed at the left in a session. | ||
send_in_pings: | ||
- session-end | ||
time_unit: microsecond | ||
bugs: | ||
- https://github.com/MozillaReality/FirefoxReality/issues/2279 | ||
data_reviews: | ||
- https://github.com/MozillaReality/FirefoxReality/pull/xxx | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-11-01" | ||
active_in_right_time: | ||
type: timing_distribution | ||
description: > | ||
Measuring how long a window is placed at the right in a session. | ||
send_in_pings: | ||
- session-end | ||
time_unit: microsecond | ||
bugs: | ||
- https://github.com/MozillaReality/FirefoxReality/issues/2279 | ||
data_reviews: | ||
- https://github.com/MozillaReality/FirefoxReality/pull/xxx | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-11-01" | ||
active_in_front_time: | ||
type: timing_distribution | ||
description: > | ||
Measuring how long a window is placed at the front in a session. | ||
send_in_pings: | ||
- session-end | ||
time_unit: microsecond | ||
bugs: | ||
- https://github.com/MozillaReality/FirefoxReality/issues/2279 | ||
data_reviews: | ||
- https://github.com/MozillaReality/FirefoxReality/pull/xxx | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-11-01" | ||
single_window_opened_time: | ||
type: timing_distribution | ||
description: > | ||
Measuring how long a user uses single window in a session. | ||
send_in_pings: | ||
- session-end | ||
time_unit: microsecond | ||
bugs: | ||
- https://github.com/MozillaReality/FirefoxReality/issues/2279 | ||
data_reviews: | ||
- https://github.com/MozillaReality/FirefoxReality/pull/xxx | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-11-01" | ||
double_window_opened_time: | ||
type: timing_distribution | ||
description: > | ||
Measuring how long a user uses double windows in a session. | ||
send_in_pings: | ||
- session-end | ||
time_unit: microsecond | ||
bugs: | ||
- https://github.com/MozillaReality/FirefoxReality/issues/2279 | ||
data_reviews: | ||
- https://github.com/MozillaReality/FirefoxReality/pull/xxx | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-11-01" | ||
triple_window_opened_time: | ||
type: timing_distribution | ||
description: > | ||
Measuring how long a user uses triple window in a session. | ||
send_in_pings: | ||
- session-end | ||
time_unit: microsecond | ||
bugs: | ||
- https://github.com/MozillaReality/FirefoxReality/issues/2279 | ||
data_reviews: | ||
- https://github.com/MozillaReality/FirefoxReality/pull/xxx | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-11-01" | ||
single_pri_window_opened_time: | ||
type: timing_distribution | ||
description: > | ||
Measuring how long a user uses single private window in a session. | ||
send_in_pings: | ||
- session-end | ||
time_unit: microsecond | ||
bugs: | ||
- https://github.com/MozillaReality/FirefoxReality/issues/2279 | ||
data_reviews: | ||
- https://github.com/MozillaReality/FirefoxReality/pull/xxx | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-11-01" | ||
double_pri_window_opened_time: | ||
type: timing_distribution | ||
description: > | ||
Measuring how long a user uses double private windows in a session. | ||
send_in_pings: | ||
- session-end | ||
time_unit: microsecond | ||
bugs: | ||
- https://github.com/MozillaReality/FirefoxReality/issues/2279 | ||
data_reviews: | ||
- https://github.com/MozillaReality/FirefoxReality/pull/xxx | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-11-01" | ||
triple_pri_window_opened_time: | ||
type: timing_distribution | ||
description: > | ||
Measuring how long a user uses triple private windows in a session. | ||
send_in_pings: | ||
- session-end | ||
time_unit: microsecond | ||
bugs: | ||
- https://github.com/MozillaReality/FirefoxReality/issues/2279 | ||
data_reviews: | ||
- https://github.com/MozillaReality/FirefoxReality/pull/xxx | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-11-01" | ||
opened_window_count: | ||
type: labeled_counter | ||
description: > | ||
Counting which multiple window mode (single, double, triple) | ||
user are using in a session. | ||
send_in_pings: | ||
- session-end | ||
labels: | ||
- single | ||
- double | ||
- triple | ||
bugs: | ||
- https://github.com/MozillaReality/FirefoxReality/issues/2230 | ||
data_reviews: | ||
- https://github.com/MozillaReality/FirefoxReality/pull/xxx | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-11-01" | ||
opened_pri_window_count: | ||
type: labeled_counter | ||
description: > | ||
Counting which multiple private window mode (single, double, triple) | ||
user are using in a session. | ||
send_in_pings: | ||
- session-end | ||
labels: | ||
- single | ||
- double | ||
- triple | ||
bugs: | ||
- https://github.com/MozillaReality/FirefoxReality/issues/2230 | ||
data_reviews: | ||
- https://github.com/MozillaReality/FirefoxReality/pull/xxx | ||
notification_emails: | ||
- [email protected] | ||
- [email protected] | ||
expires: "2020-11-01" |
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