Bug 1758688 [wpt PR 33067] - [FedCM] Make revoke a non-static method, a=testonly
[gecko.git] / gfx / metrics.yaml
blob8c83a7ac6b3be1e1790881a24c39decebf1b56b3
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 # This file defines the metrics that are recorded by the Glean SDK. They are
6 # automatically converted to platform-specific code at build time using the
7 # `glean_parser` PyPI package.
9 # Adding a new metric? We have docs for that!
10 # https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html
12 ---
13 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
15 paint:
16   build_displaylist_time:
17     type: timing_distribution
18     description: >
19       The time to build a Gecko display list.
20     metadata: &metadata
21       tags:
22         - "Core :: Graphics"
23     bugs:
24       - https://bugzilla.mozilla.org/show_bug.cgi?id=1728423
25     data_reviews:
26       - https://bugzilla.mozilla.org/show_bug.cgi?id=1728423
27     data_sensitivity:
28       - technical
29     notification_emails:
30       - gfx-telemetry-alerts@mozilla.com
31       - mwoodrow@mozilla.com
32     expires: never
33     telemetry_mirror: PAINT_BUILD_DISPLAYLIST_TIME