Bug 1877662 - expose mozconfig as an artifact from build-fat-aar. r=glandium,geckovie...
[gecko.git] / layout / base / metrics.yaml
blob856ff77965d5e175dd50aa9a7d2889eca7c06b94
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 # Adding a new metric? We have docs for that!
6 # https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html
8 ---
9 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
10 $tags:
11   - 'Core :: Layout'
13 performance.pageload:
14   req_anim_frame_callback:
15     type: timing_distribution
16     time_unit: millisecond
17     telemetry_mirror: PERF_REQUEST_ANIMATION_CALLBACK_PAGELOAD_MS
18     description: >
19       Time spent in milliseconds calling all request animation frame callbacks
20       for a document before it has reached readystate complete.
21       (Migrated from the geckoview metric of the same name.)
22     bugs:
23       - https://bugzilla.mozilla.org/show_bug.cgi?id=1671729
24       - https://bugzilla.mozilla.org/show_bug.cgi?id=1877842
25     data_reviews:
26       - https://bugzilla.mozilla.org/show_bug.cgi?id=1671729#c7
27     notification_emails:
28       - dpalmeiro@mozilla.com
29       - perf-telemetry-alerts@mozilla.com
30     expires: never
33 performance.responsiveness:
34   req_anim_frame_callback:
35     type: timing_distribution
36     time_unit: millisecond
37     telemetry_mirror: PERF_REQUEST_ANIMATION_CALLBACK_NON_PAGELOAD_MS
38     description: >
39       Time spent in milliseconds calling all request animation frame callbacks
40       for a document after it has reached readystate complete.
41       (Migrated from the geckoview metric of the same name.)
42     bugs:
43       - https://bugzilla.mozilla.org/show_bug.cgi?id=1671729
44       - https://bugzilla.mozilla.org/show_bug.cgi?id=1877842
45     data_reviews:
46       - https://bugzilla.mozilla.org/show_bug.cgi?id=1671729#c7
47     notification_emails:
48       - dpalmeiro@mozilla.com
49       - perf-telemetry-alerts@mozilla.com
50     expires: never