[components] Adopt APIs from Glean UniFFI
[gecko.git] / mobile / android / android-components / components / support / migration / docs / metrics.md
blob57962c0c74c8c7c063ac9514a31bef90b43aca6e
1 <!-- AUTOGENERATED BY glean_parser v6.0.1. DO NOT EDIT. -->
3 # Metrics
5 This document enumerates the metrics collected by this project using the [Glean SDK](https://mozilla.github.io/glean/book/index.html).
6 This project may depend on other projects which also collect metrics.
7 This means you might have to go searching through the dependency tree to get a full picture of everything collected by this project.
9 # Pings
11 - [migration](#migration)
13 ## migration
15 A ping sent after a Fennec->Fenix migration was completed.
18 This ping includes the [client id](https://mozilla.github.io/glean/book/user/pings/index.html#the-client_info-section).
20 **Data reviews for this ping:**
22 - <https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458>
24 **Bugs related to this ping:**
26 - <https://github.com/mozilla-mobile/fenix/issues/5888>
28 All Glean pings contain built-in metrics in the [`ping_info`](https://mozilla.github.io/glean/book/user/pings/index.html#the-ping_info-section) and [`client_info`](https://mozilla.github.io/glean/book/user/pings/index.html#the-client_info-section) sections.
30 In addition to those built-in metrics, the following metrics are added to the ping:
32 | Name | Type | Description | Data reviews | Extras | Expiration | [Data Sensitivity](https://wiki.mozilla.org/Firefox/Data_Collection) |
33 | --- | --- | --- | --- | --- | --- | --- |
34 | migration.addons.any_failures |[boolean](https://mozilla.github.io/glean/book/user/metrics/boolean.html) |Did this migration encounter any failures (exceptions)?  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
35 | migration.addons.failed_addons |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |How many addons failed to migrate?  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
36 | migration.addons.failure_reason |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Why this migration failed. See codes in TelemetryHelpers.kt  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
37 | migration.addons.migrated_addons |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |How many addons were migrated?  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
38 | migration.addons.success_reason |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Why this migration succeeded. See codes in TelemetryHelpers.kt  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
39 | migration.addons.total_duration |[timespan](https://mozilla.github.io/glean/book/user/metrics/timespan.html) |Total duration of this migration.  |[mozilla-mobile/android-components#6214](https://github.com/mozilla-mobile/android-components/pull/6214#pullrequestreview-372237195)||2021-11-01 |1, 2 |
40 | migration.bookmarks.any_failures |[boolean](https://mozilla.github.io/glean/book/user/metrics/boolean.html) |Did this migration encounter any failures (exceptions)?  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
41 | migration.bookmarks.detected |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Total number of detected bookmarks prior to a migration.  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
42 | migration.bookmarks.duration |[timespan](https://mozilla.github.io/glean/book/user/metrics/timespan.html) |Duration of the bookmarks migration (Rust operations).  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
43 | migration.bookmarks.failure_reason |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Why this migration failed. See codes in TelemetryHelpers.kt  |[mozilla-mobile/android-components#5655](https://github.com/mozilla-mobile/android-components/pull/5655#pullrequestreview-346359792)||2021-11-01 |1 |
44 | migration.bookmarks.migrated |[labeled_counter](https://mozilla.github.io/glean/book/user/metrics/labeled_counters.html) |Counters describing how bookmark migration went; should add-up to 'migration.bookmarks.detected'.  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)|<ul><li>succeeded</li><li>failed</li></ul>|2021-11-01 |1, 2 |
45 | migration.bookmarks.success_reason |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Why this migration succeeded. See codes in TelemetryHelpers.kt  |[mozilla-mobile/android-components#5655](https://github.com/mozilla-mobile/android-components/pull/5655#pullrequestreview-346359792)||2021-11-01 |1 |
46 | migration.bookmarks.total_duration |[timespan](https://mozilla.github.io/glean/book/user/metrics/timespan.html) |Total duration of this migration.  |[mozilla-mobile/android-components#6214](https://github.com/mozilla-mobile/android-components/pull/6214#pullrequestreview-372237195)||2021-11-01 |1, 2 |
47 | migration.fxa.any_failures |[boolean](https://mozilla.github.io/glean/book/user/metrics/boolean.html) |Did this migration encounter any failures (exceptions)?  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
48 | migration.fxa.bad_auth_state |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |If we couldn't migrate due to a bad auth state, what was it?  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
49 | migration.fxa.failure_reason |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Why this migration failed. See codes in TelemetryHelpers.kt  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
50 | migration.fxa.has_custom_idp_server |[boolean](https://mozilla.github.io/glean/book/user/metrics/boolean.html) |Is custom idp server configured?  |[mozilla-mobile/android-components#5582](https://github.com/mozilla-mobile/android-components/pull/5582#issuecomment-574673110)||2021-11-01 |1, 2 |
51 | migration.fxa.has_custom_token_server |[boolean](https://mozilla.github.io/glean/book/user/metrics/boolean.html) |Is custom token server configured?  |[mozilla-mobile/android-components#5582](https://github.com/mozilla-mobile/android-components/pull/5582#issuecomment-574673110)||2021-11-01 |1, 2 |
52 | migration.fxa.success_reason |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Why this migration succeeded. See codes in TelemetryHelpers.kt  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
53 | migration.fxa.total_duration |[timespan](https://mozilla.github.io/glean/book/user/metrics/timespan.html) |Total duration of this migration.  |[mozilla-mobile/android-components#6214](https://github.com/mozilla-mobile/android-components/pull/6214#pullrequestreview-372237195)||2021-11-01 |1, 2 |
54 | migration.fxa.unsupported_account_version |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |What is the detected unsupported account version?  |[mozilla-mobile/android-components#5582](https://github.com/mozilla-mobile/android-components/pull/5582#issuecomment-574673110)||2021-11-01 |1, 2 |
55 | migration.fxa.unsupported_pickle_version |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |What is the detected unsupported pickle version?  |[mozilla-mobile/android-components#5582](https://github.com/mozilla-mobile/android-components/pull/5582#issuecomment-574673110)||2021-11-01 |1, 2 |
56 | migration.fxa.unsupported_state_version |[string](https://mozilla.github.io/glean/book/user/metrics/string.html) |What is the detected unsupported state version?  |[mozilla-mobile/android-components#5582](https://github.com/mozilla-mobile/android-components/pull/5582#issuecomment-574673110)||2021-11-01 |1, 2 |
57 | migration.gecko.any_failures |[boolean](https://mozilla.github.io/glean/book/user/metrics/boolean.html) |Did this migration encounter any failures (exceptions)?  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
58 | migration.gecko.failure_reason |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Why this migration failed. See codes in TelemetryHelpers.kt  |[mozilla-mobile/android-components#5655](https://github.com/mozilla-mobile/android-components/pull/5655#pullrequestreview-346359792)||2021-11-01 |1 |
59 | migration.gecko.success_reason |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Why this migration succeeded. See codes in TelemetryHelpers.kt  |[mozilla-mobile/android-components#5655](https://github.com/mozilla-mobile/android-components/pull/5655#pullrequestreview-346359792)||2021-11-01 |1 |
60 | migration.gecko.total_duration |[timespan](https://mozilla.github.io/glean/book/user/metrics/timespan.html) |Total duration of this migration.  |[mozilla-mobile/android-components#6214](https://github.com/mozilla-mobile/android-components/pull/6214#pullrequestreview-372237195)||2021-11-01 |1, 2 |
61 | migration.history.any_failures |[boolean](https://mozilla.github.io/glean/book/user/metrics/boolean.html) |Did this migration encounter any failures (exceptions)?  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
62 | migration.history.detected |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Total number of detected history items prior to a migration.  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
63 | migration.history.duration |[timespan](https://mozilla.github.io/glean/book/user/metrics/timespan.html) |Duration of the history migration (Rust operations).  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
64 | migration.history.failure_reason |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Why this migration failed. See codes in TelemetryHelpers.kt  |[mozilla-mobile/android-components#5655](https://github.com/mozilla-mobile/android-components/pull/5655#pullrequestreview-346359792)||2021-11-01 |1 |
65 | migration.history.migrated |[labeled_counter](https://mozilla.github.io/glean/book/user/metrics/labeled_counters.html) |Counters describing how history migration went; should add-up to 'migration.history.detected'.  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)|<ul><li>succeeded</li><li>failed</li></ul>|2021-11-01 |1, 2 |
66 | migration.history.success_reason |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Why this migration succeeded. See codes in TelemetryHelpers.kt  |[mozilla-mobile/android-components#5655](https://github.com/mozilla-mobile/android-components/pull/5655#pullrequestreview-346359792)||2021-11-01 |1 |
67 | migration.history.total_duration |[timespan](https://mozilla.github.io/glean/book/user/metrics/timespan.html) |Total duration of this migration.  |[mozilla-mobile/android-components#6214](https://github.com/mozilla-mobile/android-components/pull/6214#pullrequestreview-372237195)||2021-11-01 |1, 2 |
68 | migration.logins.any_failures |[boolean](https://mozilla.github.io/glean/book/user/metrics/boolean.html) |Did this migration encounter any failures (exceptions)?  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
69 | migration.logins.detected |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |How many logins were detected?  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
70 | migration.logins.failure_counts |[labeled_counter](https://mozilla.github.io/glean/book/user/metrics/labeled_counters.html) |How many logins failed to be migrated, and in which ways?  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)|<ul><li>process</li><li>import</li></ul>|2021-11-01 |1, 2 |
71 | migration.logins.failure_reason |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Why this migration failed. See codes in TelemetryHelpers.kt  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
72 | migration.logins.success_reason |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Why this migration succeeded. See codes in TelemetryHelpers.kt  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
73 | migration.logins.total_duration |[timespan](https://mozilla.github.io/glean/book/user/metrics/timespan.html) |Total duration of this migration.  |[mozilla-mobile/android-components#6214](https://github.com/mozilla-mobile/android-components/pull/6214#pullrequestreview-372237195)||2021-11-01 |1, 2 |
74 | migration.logins.unsupported_db_version |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |If we couldn't migrate due to an unsupported db version, what was it?  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
75 | migration.migration_versions |[labeled_string](https://mozilla.github.io/glean/book/user/metrics/labeled_strings.html) |Versions of the migrations which were executed.  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)|<ul><li>history</li><li>bookmarks</li><li>logins</li><li>open_tabs</li><li>fxa</li><li>gecko</li><li>settings</li><li>telemetry_identifiers</li><li>addons</li><li>search</li><li>pinned_sites</li></ul>|2021-11-01 |1, 2 |
76 | migration.open_tabs.any_failures |[boolean](https://mozilla.github.io/glean/book/user/metrics/boolean.html) |Did this migration encounter any failures (exceptions)?  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
77 | migration.open_tabs.detected |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Number of detected open tabs.  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
78 | migration.open_tabs.failure_reason |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Why this migration failed. See codes in TelemetryHelpers.kt  |[mozilla-mobile/android-components#5655](https://github.com/mozilla-mobile/android-components/pull/5655#pullrequestreview-346359792)||2021-11-01 |1 |
79 | migration.open_tabs.migrated |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Number of migrated open tabs.  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
80 | migration.open_tabs.success_reason |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Why this migration succeeded. See codes in TelemetryHelpers.kt  |[mozilla-mobile/android-components#5655](https://github.com/mozilla-mobile/android-components/pull/5655#pullrequestreview-346359792)||2021-11-01 |1 |
81 | migration.open_tabs.total_duration |[timespan](https://mozilla.github.io/glean/book/user/metrics/timespan.html) |Total duration of this migration.  |[mozilla-mobile/android-components#6214](https://github.com/mozilla-mobile/android-components/pull/6214#pullrequestreview-372237195)||2021-11-01 |1, 2 |
82 | migration.pinned_sites.any_failures |[boolean](https://mozilla.github.io/glean/book/user/metrics/boolean.html) |Did this migration encounter any failures (exceptions)?  |[mozilla-mobile/android-components#6214](https://github.com/mozilla-mobile/android-components/pull/6214#pullrequestreview-372237195)||2021-11-01 |1, 2 |
83 | migration.pinned_sites.detected_pinned_sites |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |How many pinned sites were detected?  |[mozilla-mobile/android-components#6214](https://github.com/mozilla-mobile/android-components/pull/6214#pullrequestreview-372237195)||2021-11-01 |1, 2 |
84 | migration.pinned_sites.failure_reason |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Why this migration failed. See codes in TelemetryHelpers.kt  |[mozilla-mobile/android-components#6214](https://github.com/mozilla-mobile/android-components/pull/6214#pullrequestreview-372237195)||2021-11-01 |1, 2 |
85 | migration.pinned_sites.migrated_pinned_sites |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |How many pinned sites were migrated?  |[mozilla-mobile/android-components#6214](https://github.com/mozilla-mobile/android-components/pull/6214#pullrequestreview-372237195)||2021-11-01 |1, 2 |
86 | migration.pinned_sites.success_reason |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Why this migration succeeded. See codes in TelemetryHelpers.kt  |[mozilla-mobile/android-components#6214](https://github.com/mozilla-mobile/android-components/pull/6214#pullrequestreview-372237195)||2021-11-01 |1, 2 |
87 | migration.pinned_sites.total_duration |[timespan](https://mozilla.github.io/glean/book/user/metrics/timespan.html) |Total duration of this migration.  |[mozilla-mobile/android-components#6214](https://github.com/mozilla-mobile/android-components/pull/6214#pullrequestreview-372237195)||2021-11-01 |1, 2 |
88 | migration.search.any_failures |[boolean](https://mozilla.github.io/glean/book/user/metrics/boolean.html) |Did this migration encounter any failures (exceptions)?  |[mozilla-mobile/android-components#5819](https://github.com/mozilla-mobile/android-components/pull/5819#pullrequestreview-353890362)||2021-11-01 |2 |
89 | migration.search.failure_reason |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Why this migration failed. See codes in TelemetryHelpers.kt  |[mozilla-mobile/android-components#5819](https://github.com/mozilla-mobile/android-components/pull/5819#pullrequestreview-353890362)||2021-11-01 |2 |
90 | migration.search.success_reason |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Why this migration succeeded. See codes in TelemetryHelpers.kt  |[mozilla-mobile/android-components#5819](https://github.com/mozilla-mobile/android-components/pull/5819#pullrequestreview-353890362)||2021-11-01 |2 |
91 | migration.search.total_duration |[timespan](https://mozilla.github.io/glean/book/user/metrics/timespan.html) |Total duration of this migration.  |[mozilla-mobile/android-components#6214](https://github.com/mozilla-mobile/android-components/pull/6214#pullrequestreview-372237195)||2021-11-01 |1, 2 |
92 | migration.settings.any_failures |[boolean](https://mozilla.github.io/glean/book/user/metrics/boolean.html) |Did this migration encounter any failures (exceptions)?  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
93 | migration.settings.failure_reason |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Why this migration failed. See codes in TelemetryHelpers.kt  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
94 | migration.settings.success_reason |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Why this migration succeeded. See codes in TelemetryHelpers.kt  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
95 | migration.settings.telemetry_enabled |[boolean](https://mozilla.github.io/glean/book/user/metrics/boolean.html) |Is telemetry enabled after this migration?  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
96 | migration.settings.total_duration |[timespan](https://mozilla.github.io/glean/book/user/metrics/timespan.html) |Total duration of this migration.  |[mozilla-mobile/android-components#6214](https://github.com/mozilla-mobile/android-components/pull/6214#pullrequestreview-372237195)||2021-11-01 |1, 2 |
97 | migration.telemetry_identifiers.any_failures |[boolean](https://mozilla.github.io/glean/book/user/metrics/boolean.html) |Did this migration encounter any failures (exceptions)?  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
98 | migration.telemetry_identifiers.failure_reason |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Why this migration failed. See codes in TelemetryHelpers.kt  |[mozilla-mobile/android-components#5655](https://github.com/mozilla-mobile/android-components/pull/5655#pullrequestreview-346359792)||2021-11-01 |1 |
99 | migration.telemetry_identifiers.fennec_client_id |[uuid](https://mozilla.github.io/glean/book/user/metrics/uuid.html) |Records clientID of the migrated Fennec profile.  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
100 | migration.telemetry_identifiers.fennec_profile_creation_date |[datetime](https://mozilla.github.io/glean/book/user/metrics/datetime.html) |Records when the migrated Fennec profile was created.  |[mozilla-mobile/android-components#5483](https://github.com/mozilla-mobile/android-components/pull/5483#issuecomment-573971458)||2021-11-01 |1, 2 |
101 | migration.telemetry_identifiers.success_reason |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |Why this migration succeeded. See codes in TelemetryHelpers.kt  |[mozilla-mobile/android-components#5655](https://github.com/mozilla-mobile/android-components/pull/5655#pullrequestreview-346359792)||2021-11-01 |1 |
102 | migration.telemetry_identifiers.total_duration |[timespan](https://mozilla.github.io/glean/book/user/metrics/timespan.html) |Total duration of this migration.  |[mozilla-mobile/android-components#6214](https://github.com/mozilla-mobile/android-components/pull/6214#pullrequestreview-372237195)||2021-11-01 |1, 2 |
104 Data categories are [defined here](https://wiki.mozilla.org/Firefox/Data_Collection).
106 <!-- AUTOGENERATED BY glean_parser v6.0.1. DO NOT EDIT. -->