You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: docs/metrics.md
+11
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,23 @@ This means you might have to go searching through the dependency tree to get a f
14
14
15
15
16
16
## baseline
17
+
17
18
This is a built-in ping that is assembled out of the box by the Glean SDK.
19
+
18
20
See the Glean SDK documentation for the [`baseline` ping](https://mozilla.github.io/glean/book/user/pings/baseline.html).
21
+
19
22
The following metrics are added to the ping:
20
23
21
24
| Name | Type | Description | Data reviews | Extras | Expiration |
22
25
| --- | --- | --- | --- | --- | --- |
23
26
| distribution.channel_name |[string](https://mozilla.github.io/glean/book/user/metrics/string.html)|The distribution channel name of this application. We use this field to recognize Firefox Reality is distributed to which channels, such as wavevr, oculusvr, etc. |[1](https://github.com/MozillaReality/FirefoxReality/pull/1854#issuecomment-546214568), [2](https://github.com/MozillaReality/FirefoxReality/pull/3199#issuecomment-617938749)||2020-11-01 |
24
27
25
28
## events
29
+
26
30
This is a built-in ping that is assembled out of the box by the Glean SDK.
31
+
27
32
See the Glean SDK documentation for the [`events` ping](https://mozilla.github.io/glean/book/user/pings/events.html).
33
+
28
34
The following metrics are added to the ping:
29
35
30
36
| Name | Type | Description | Data reviews | Extras | Expiration |
@@ -35,8 +41,11 @@ The following metrics are added to the ping:
35
41
| firefox_account.sign_out |[event](https://mozilla.github.io/glean/book/user/metrics/event.html)|A user pressed the sign out button on the sync account page and was successfully signed out of FxA |[1](https://github.com/MozillaReality/FirefoxReality/pull/2327#issuecomment-559103837), [2](https://github.com/MozillaReality/FirefoxReality/pull/3199#issuecomment-617938749)||2020-11-01 |
36
42
37
43
## metrics
44
+
38
45
This is a built-in ping that is assembled out of the box by the Glean SDK.
46
+
39
47
See the Glean SDK documentation for the [`metrics` ping](https://mozilla.github.io/glean/book/user/pings/metrics.html).
48
+
40
49
The following metrics are added to the ping:
41
50
42
51
| Name | Type | Description | Data reviews | Extras | Expiration |
@@ -50,8 +59,10 @@ The following metrics are added to the ping:
50
59
| url.query_type |[labeled_counter](https://mozilla.github.io/glean/book/user/metrics/labeled_counters.html)|Counting how many URLs are visited in a day, by input method. |[1](https://github.com/MozillaReality/FirefoxReality/pull/2241#issuecomment-557740258), [2](https://github.com/MozillaReality/FirefoxReality/pull/3199#issuecomment-617938749)|<ul><li>type_link</li><li>type_query</li><li>voice_query</li></ul>|2020-11-01 |
51
60
52
61
## session-end
62
+
53
63
This ping is sent at the end of a session (when Firefox Reality switches to the background). We usually send search and UI control metrics at the end of a session.
54
64
65
+
55
66
The following metrics are added to the ping:
56
67
57
68
| Name | Type | Description | Data reviews | Extras | Expiration |
0 commit comments