Bug 1885565 - Part 1: Add mozac_ic_avatar_circle_24 to ui-icons r=android-reviewers...
[gecko.git] / toolkit / components / telemetry / metrics.yaml
bloba03170e266b003d0ca1c49f2b441de453d8239f7
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 # This file is for Internal Telemetry Use Only.
6 # Please don't add anything here unless you have the permission of a
7 # Telemetry Module Peer.
9 ---
10 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
11 $tags:
12   - "Toolkit :: Telemetry"
14 legacy.telemetry:
15   client_id:
16     type: uuid
17     lifetime: application
18     description: |
19       The client_id according to Telemetry.
20       Might not always have a value due to being too early for it to have
21       loaded.
22       Value may be the canary client id `c0ffeec0-ffee-c0ff-eec0-ffeec0ffeec0`
23       in pings near when the data upload pref is disabled (if Telemetry gets
24       to go first), or between when a client_id has been removed and when it
25       has been regenerated.
26       Does not need to be sent in the Glean "deletion-request" ping.
27     bugs:
28       - https://bugzilla.mozilla.org/show_bug.cgi?id=1755549
29     data_reviews:
30       - https://bugzilla.mozilla.org/show_bug.cgi?id=1755549
31     data_sensitivity:
32       - technical
33       - highly_sensitive
34     notification_emails:
35       - chutten@mozilla.com
36       - glean-team@mozilla.com
37     expires: never
38     no_lint:
39       - BASELINE_PING
40     send_in_pings:
41       - 'metrics'
42       - 'events'
43       - 'newtab'
44       - 'baseline'