Bug 1825212 [wpt PR 39266] - [@scope] Propagate proximity from SubResult, a=testonly
[gecko.git] / dom / metrics.yaml
blob4bf30e811d3c52f6a2b5e4817fba6ea87bd389a9
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: Core & HTML'
13 perf:
14   page_load:
15     type: event
16     description: >
17         Recorded when a top level content document has been loaded.
18     bugs:
19       - https://bugzilla.mozilla.org/show_bug.cgi?id=1759744
20       - https://bugzilla.mozilla.org/show_bug.cgi?id=1799727
21     data_reviews:
22       - https://bugzilla.mozilla.org/show_bug.cgi?id=1759744#c5
23       - https://bugzilla.mozilla.org/show_bug.cgi?id=1799727#c4
24     notification_emails:
25       - perf-telemetry-alerts@mozilla.com
26       - dpalmeiro@mozilla.com
27     expires: never
28     extra_keys:
29       load_time:
30         description:
31           "Time between loadEventStart and navigationStart, in ms."
32         type: quantity
33         unit: ms
34       response_time:
35         description:
36           "Time between responseStart and navigationStart, in ms."
37         type: quantity
38         unit: ms
39       fcp_time:
40         description:
41           "Time between firstContentfulPaint and naviationStart, in ms."
42         type: quantity
43         unit: ms
44       js_exec_time:
45         description:
46           "Time spent executing JS during page load, in ms."
47         type: quantity
48         unit: ms
49       redirect_time:
50         type: quantity
51         description:
52           "Time spent in redirections for the top level document."
53         unit: ms
54       redirect_count:
55         description:
56           "Number of redirections for the top level document."
57         type: quantity
58         unit: integer
59       load_type:
60         description:
61           "One of normal,reload,stop,link,history,error or other."
62         type: string
63       same_origin_nav:
64         description:
65           "If true, a normal navigation was performed on the same origin."
66         type: boolean
67       http_ver:
68         description:
69           "Version of HTTP protocol used."
70         type: quantity
71         unit: integer
72       trr_domain:
73         description:
74           "TRR domain used."
75         type: string
76     send_in_pings:
77       - pageload