mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 08:12:05 +00:00
452110a546
We are still working with OMT style sheets. Differential Revision: https://phabricator.services.mozilla.com/D229406
32 lines
1.0 KiB
YAML
32 lines
1.0 KiB
YAML
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
# Adding a new metric? We have docs for that!
|
|
# https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html
|
|
|
|
---
|
|
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
|
|
$tags:
|
|
- 'Core :: Layout'
|
|
|
|
performance.pageload:
|
|
async_sheet_load:
|
|
type: timing_distribution
|
|
time_unit: millisecond
|
|
description: >
|
|
Time spent in milliseconds since a style sheet started loading async
|
|
until it finished.
|
|
bugs:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1892660
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1912186
|
|
data_reviews:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1892660
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1912186
|
|
data_sensitivity:
|
|
- technical
|
|
notification_emails:
|
|
- emilio@mozilla.com
|
|
- perf-telemetry-alerts@mozilla.com
|
|
expires: 141
|