Bug 1807268 - Fix verifyOpenAllInNewTabsOptionTest UI test r=ohorvath
[gecko.git] / docshell / base / metrics.yaml
blobddb34579454c420fd0a550b83db60942c0ba4ae5
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 :: DOM: Navigation'
13 performance.page:
14   total_content_page_load:
15     type: timing_distribution
16     time_unit: millisecond
17     telemetry_mirror: TOTAL_CONTENT_PAGE_LOAD_TIME
18     description: >
19       Time to load all of a page's resources and render.
20       (Migrated from the geckoview metric of the same name.)
21     bugs:
22       - https://bugzilla.mozilla.org/show_bug.cgi?id=1580077
23       - https://bugzilla.mozilla.org/show_bug.cgi?id=1877842
24     data_reviews:
25       - https://bugzilla.mozilla.org/show_bug.cgi?id=1580077#c10
26     notification_emails:
27       - perf-telemetry-alerts@mozilla.com
28       - bdekoz@mozilla.com
29     expires: never