Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / dom / pings.yaml
blobcb9c2cdc986a58d0c4708148ce7f703437e47df5
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 ---
6 $schema: moz://mozilla.org/schemas/glean/pings/2-0-0
8 pageload:
9   description: |
10     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
27 use-counters:
28   description: |
29     Collects counts of uses of web platform features.
30     See [Use Counters Documentation](https://firefox-source-docs.mozilla.org/dom/use-counters.html)
31     for more information.
32   reasons:
33     app_shutdown_confirmed: |
34       Submitted when we reach `ShutdownPhase::AppShutdownConfirmed`.
35       (Any later and the network might have been torn down.)
36     idle_startup: |
37       (Android only)
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
41   send_if_empty: false
42   bugs:
43     - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
44   data_reviews:
45     - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
46   notification_emails:
47     - dom-core@mozilla.com
48     - chutten@mozilla.com
49     - emilio@mozilla.com