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# 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.
8
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
11
12---
13$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
14
15paint:
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
34