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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ This means you might have to go searching through the dependency tree to get a f
8
8
# Pings
9
9
10
10
-[baseline](#baseline)
11
+
-[deletion-request](#deletion-request)
11
12
-[events](#events)
12
13
-[metrics](#metrics)
13
14
-[session-end](#session-end)
@@ -25,6 +26,14 @@ The following metrics are added to the ping:
25
26
| --- | --- | --- | --- | --- | --- |
26
27
| 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 |
27
28
29
+
## deletion-request
30
+
31
+
The following metrics are added to the ping:
32
+
33
+
| Name | Type | Description | Data reviews | Extras | Expiration |
34
+
| --- | --- | --- | --- | --- | --- |
35
+
| legacy_telemetry.client_id |[uuid](https://mozilla.github.io/glean/book/user/metrics/uuid.html)|A UUID uniquely identifying the legacy telemetry client id. This is used for supporting legacy telemetry in the `deletion-request` ping. |[1](https://github.com/MozillaReality/FirefoxReality/pull/2348#issuecomment-564736919)||2020-11-01 |
36
+
28
37
## events
29
38
30
39
This is a built-in ping that is assembled out of the box by the Glean SDK.
0 commit comments