pings.yaml (2212B)
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 pageload: 9 description: | 10 Non sensitive instrumentation collected during a page load. 11 reasons: 12 startup: | 13 Page load ping sent during startup. 14 threshold: | 15 Page load ping sent when a threshold limit 16 of page loads has been reached. 17 include_client_id: false 18 send_if_empty: false 19 bugs: 20 - https://bugzilla.mozilla.org/show_bug.cgi?id=1759744 21 data_reviews: 22 - https://bugzilla.mozilla.org/show_bug.cgi?id=1759744#c5 23 notification_emails: 24 - perf-telemetry-alerts@mozilla.com 25 - dpalmeiro@mozilla.com 26 27 pageload-base-domain: 28 description: | 29 Page load instrumentation that includes etld+1. Sent with ohttp. 30 reasons: 31 pageload: | 32 Ping sent upon page load completion. 33 include_client_id: false 34 send_if_empty: false 35 metadata: 36 include_info_sections: false 37 uploader_capabilities: 38 - ohttp 39 bugs: 40 - https://bugzilla.mozilla.org/show_bug.cgi?id=1967780 41 data_reviews: 42 - https://phabricator.services.mozilla.com/D250521 43 notification_emails: 44 - perf-telemetry-alerts@mozilla.com 45 46 use-counters: 47 description: | 48 Collects counts of uses of web platform features. 49 See [Use Counters Documentation](https://firefox-source-docs.mozilla.org/dom/use-counters.html) 50 for more information. 51 reasons: 52 app_shutdown_confirmed: | 53 Submitted when we reach `ShutdownPhase::AppShutdownConfirmed`. 54 (Any later and the network might have been torn down.) 55 idle_startup: | 56 (Android only) 57 Submitted when the thread init'ing DOM's contentutils has an idle moment. 58 Acts as a safety net for platforms (like Android) that don't get to gracefully shut down. 59 include_client_id: true 60 send_if_empty: false 61 bugs: 62 - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098 63 data_reviews: 64 - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098 65 notification_emails: 66 - dom-core@mozilla.com 67 - chutten@mozilla.com 68 - emilio@mozilla.com