Bug 1866894 - Update failing subtest for content-visibility-auto-resize.html. r=fredw
[gecko.git] / dom / pings.yaml
blob7d8cbefae9816687dc36931f009a26213bcf6d7f
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   include_client_id: true
37   send_if_empty: false
38   bugs:
39     - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
40   data_reviews:
41     - https://bugzilla.mozilla.org/show_bug.cgi?id=1852098
42   notification_emails:
43     - dom-core@mozilla.com
44     - chutten@mozilla.com
45     - emilio@mozilla.com