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/.
6 $schema: moz://mozilla.org/schemas/glean/pings/2-0-0
10 Instrumentation collected during a page load.
13 Page load ping sent during startup.
15 Page load ping sent when a threshold limit
16 of page loads has been reached.
17 include_client_id: false
20 - https://bugzilla.mozilla.org/show_bug.cgi?id=1759744
22 - https://bugzilla.mozilla.org/show_bug.cgi?id=1759744#c5
24 - perf-telemetry-alerts@mozilla.com
25 - dpalmeiro@mozilla.com
29 Collects counts of uses of web platform features.
30 See [Use Counters Documentation](https://firefox-source-docs.mozilla.org/dom/use-counters.html)
33 app_shutdown_confirmed: |
34 Submitted when we reach `ShutdownPhase::AppShutdownConfirmed`.
35 (Any later and the network might have been torn down.)
38 Submitted when the thread init'ing DOM's contentutils has an idle moment.
39 Acts as a safety net for platforms (like Android) that don't get to gracefully shut down.
40 include_client_id: true
43 - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
45 - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
47 - dom-core@mozilla.com