pings.yaml (1233B)
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 sync: 9 description: | 10 This is an aggregated format that contains information about each sync that 11 occurred during a timeframe. 12 It is submitted every 12 hours, and on browser shutdown, 13 but only if the syncs property would not be empty. 14 15 Each item in the `syncs` property is generated after a sync is completed, 16 for both successful and failed syncs, 17 and contains measurements pertaining to sync performance and error 18 information. 19 reasons: 20 shutdown: | 21 Ping submitted due to app shutdown. 22 schedule: | 23 12h have elapsed since the previous ping. 24 idchange: | 25 The ID of the user or device has changed. 26 Probably means a user signed out, or a different user has logged in. 27 include_client_id: false 28 send_if_empty: false 29 bugs: 30 - https://bugzilla.mozilla.org/show_bug.cgi?id=1963812 31 data_reviews: 32 - https://bugzilla.mozilla.org/show_bug.cgi?id=1963812 33 notification_emails: 34 - sync-dev@mozilla.com