pings.yaml (1599B)
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/. 4 5 --- 6 $schema: moz://mozilla.org/schemas/glean/pings/2-0-0 7 8 profile-restore: 9 description: | 10 Only used for telemetry specific to restoring a profile from a backup. This 11 is necessary to ensure that we can unconditionally send it immediately when 12 we complete the restore since, if we don't, that profile may never be 13 launched again and then the telemetry would be lost. 14 Note that this only contains specifically the probes that have this 15 requirement. Any telemetry that is intended to be gathered regularly or 16 telemetry that is intended to be gathered in the new (post-restore) profile 17 will not be in this ping. 18 include_client_id: true 19 bugs: 20 - https://bugzilla.mozilla.org/show_bug.cgi?id=1992809 21 data_reviews: 22 - https://bugzilla.mozilla.org/show_bug.cgi?id=1992809 23 notification_emails: 24 - drubino@mozilla.com 25 26 post-profile-restore: 27 description: | 28 Only used for telemetry that is sent from a profile created by restoring a 29 backup. This is in a separate ping specifically to avoid associating the 30 client id of the restored profile with the client ids of the backed up 31 profile and the profile that did the restoring. 32 include_client_id: false 33 bugs: 34 - https://bugzilla.mozilla.org/show_bug.cgi?id=1992809 35 data_reviews: 36 - https://bugzilla.mozilla.org/show_bug.cgi?id=1992809 37 notification_emails: 38 - drubino@mozilla.com