From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- dom/metrics.yaml | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 dom/metrics.yaml (limited to 'dom/metrics.yaml') diff --git a/dom/metrics.yaml b/dom/metrics.yaml new file mode 100644 index 0000000000..db0c2c4fa0 --- /dev/null +++ b/dom/metrics.yaml @@ -0,0 +1,84 @@ +# 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 :: DOM: Core & HTML' + +perf: + page_load: + type: event + description: > + Recorded when a top level content document has been loaded. + bugs: + - https://bugzilla.mozilla.org/show_bug.cgi?id=1759744 + - https://bugzilla.mozilla.org/show_bug.cgi?id=1799727 + - https://bugzilla.mozilla.org/show_bug.cgi?id=1834774 + data_reviews: + - https://bugzilla.mozilla.org/show_bug.cgi?id=1759744#c5 + - https://bugzilla.mozilla.org/show_bug.cgi?id=1799727#c4 + - https://bugzilla.mozilla.org/show_bug.cgi?id=1834774#c3 + notification_emails: + - perf-telemetry-alerts@mozilla.com + - dpalmeiro@mozilla.com + expires: never + extra_keys: + load_time: + description: + "Time between loadEventStart and navigationStart, in ms." + type: quantity + unit: ms + dns_lookup_time: + description: + "Time taken to perform dns lookup of the top level document, in ms." + type: quantity + unit: ms + response_time: + description: + "Time between responseStart and navigationStart, in ms." + type: quantity + unit: ms + fcp_time: + description: + "Time between firstContentfulPaint and naviationStart, in ms." + type: quantity + unit: ms + js_exec_time: + description: + "Time spent executing JS during page load, in ms." + type: quantity + unit: ms + redirect_time: + type: quantity + description: + "Time spent in redirections for the top level document." + unit: ms + redirect_count: + description: + "Number of redirections for the top level document." + type: quantity + unit: integer + load_type: + description: + "One of normal,reload,stop,link,history,error or other." + type: string + same_origin_nav: + description: + "If true, a normal navigation was performed on the same origin." + type: boolean + http_ver: + description: + "Version of HTTP protocol used." + type: quantity + unit: integer + trr_domain: + description: + "TRR domain used." + type: string + send_in_pings: + - pageload -- cgit v1.2.3