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 time measurement metrics to metrics.yaml.
- Loading branch information
1 parent
352b913
commit b527be1
Showing
2 changed files
with
271 additions
and
0 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 |
---|---|---|
|
@@ -278,3 +278,258 @@ legacy_telemetry: | |
- [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 if users use WebXR APIs to enter XR immersive mode. | ||
How long they stay in this mode. (It starts from users call | ||
`navigator.xr.requestSession()` and be ended when the XRSession calls | ||
its `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" | ||
|
||
windows: | ||
duration: | ||
type: timing_distribution | ||
description: > | ||
Measuring how long windows are kept open. | ||
time_unit: millisecond | ||
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: > | ||
In Firefox Reality, we allow maximum three windows be placed at front, | ||
left, and right positions simultaneously. Using this metric to measure | ||
how long the left side window is active 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: > | ||
In Firefox Reality, we allow maximum three windows be placed at front, | ||
left, and right positions simultaneously. Using this metric to measure | ||
how long the right side window is active 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: > | ||
In Firefox Reality, we allow maximum three windows be placed at front, | ||
left, and right positions simultaneously. Using this metric to measure | ||
how long the front side window is active 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 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" | ||
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) | ||
users 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) | ||
users 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