Bug 1850713: remove duplicated setting of early hint preloader id in `ScriptLoader...
[gecko.git] / dom / metrics.yaml
blob7753d268485359ed366919f8cd967b4cf55672eb
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       - https://bugzilla.mozilla.org/show_bug.cgi?id=1834774
22     data_reviews:
23       - https://bugzilla.mozilla.org/show_bug.cgi?id=1759744#c5
24       - https://bugzilla.mozilla.org/show_bug.cgi?id=1799727#c4
25       - https://bugzilla.mozilla.org/show_bug.cgi?id=1834774#c3
26     notification_emails:
27       - perf-telemetry-alerts@mozilla.com
28       - dpalmeiro@mozilla.com
29     expires: never
30     extra_keys:
31       load_time:
32         description:
33           "Time between loadEventStart and navigationStart, in ms."
34         type: quantity
35         unit: ms
36       dns_lookup_time:
37         description:
38           "Time taken to perform dns lookup of the top level document, in ms."
39         type: quantity
40         unit: ms
41       response_time:
42         description:
43           "Time between responseStart and navigationStart, in ms."
44         type: quantity
45         unit: ms
46       fcp_time:
47         description:
48           "Time between firstContentfulPaint and naviationStart, in ms."
49         type: quantity
50         unit: ms
51       js_exec_time:
52         description:
53           "Time spent executing JS during page load, in ms."
54         type: quantity
55         unit: ms
56       redirect_time:
57         type: quantity
58         description:
59           "Time spent in redirections for the top level document."
60         unit: ms
61       redirect_count:
62         description:
63           "Number of redirections for the top level document."
64         type: quantity
65         unit: integer
66       load_type:
67         description:
68           "One of normal,reload,stop,link,history,error or other."
69         type: string
70       same_origin_nav:
71         description:
72           "If true, a normal navigation was performed on the same origin."
73         type: boolean
74       http_ver:
75         description:
76           "Version of HTTP protocol used."
77         type: quantity
78         unit: integer
79       trr_domain:
80         description:
81           "TRR domain used."
82         type: string
83     send_in_pings:
84       - pageload
86 bloburl:
87   resolve_stopped:
88     type: counter
89     description: >
90       Counts how many times we do not resolve a blob URL
91       because of different partition keys
92     bugs:
93       - https://bugzilla.mozilla.org/show_bug.cgi?id=1843158
94     data_reviews:
95       - https://bugzilla.mozilla.org/show_bug.cgi?id=1843158
96     data_sensitivity:
97       - technical
98     notification_emails:
99       - amadan@mozilla.com
100     expires: 127
101     telemetry_mirror: BLOBURL_RESOLVE_STOPPED