From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- netwerk/metrics.yaml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'netwerk/metrics.yaml') diff --git a/netwerk/metrics.yaml b/netwerk/metrics.yaml index 35388c7a73..641c1500a6 100644 --- a/netwerk/metrics.yaml +++ b/netwerk/metrics.yaml @@ -500,6 +500,21 @@ networking: - rjesup@mozilla.com expires: 130 + http_content_cssloader_ondatafinished_to_onstop_delay: + type: timing_distribution + time_unit: millisecond + description: > + The time between processing OnDataFinished and processing OnStopRequest for CSSLoader in the content process + bugs: + - https://bugzilla.mozilla.org/show_bug.cgi?id=1883391 + data_reviews: + - https://bugzilla.mozilla.org/show_bug.cgi?id=1883391 + data_sensitivity: + - technical + notification_emails: + - necko@mozilla.com + expires: 130 + http_1_download_throughput: type: custom_distribution unit: mbps @@ -1012,6 +1027,37 @@ networking: - kershaw@mozilla.com expires: never + proxy_info_type: + type: labeled_counter + description: > + The proxies configurations created in the browser session (SOCKSv4, SOCKSv5, HTTP, HTTPS) + bugs: + - https://bugzilla.mozilla.org/show_bug.cgi?id=1879848 + data_reviews: + - https://bugzilla.mozilla.org/show_bug.cgi?id=1879848 + data_sensitivity: + - technical + notification_emails: + - necko@mozilla.com + - manuel@mozilla.com + expires: 129 + labels: + - http + - https + # SOCKS4 Proxy + - socks4 + # SOCKS4a Proxy. Proxy resolves URL hostname + - socks4a + # SOCKS5 Proxy + - socks5 + # SOCKS5 Proxy. Proxy resolves URL hostname + # Use convention from curl for socks5 proxies that resolve the hostname + # https://curl.se/libcurl/c/CURLOPT_PROXY.html + - socks5h + # No proxy + - direct + - unknown + transaction_wait_time: type: timing_distribution time_unit: millisecond -- cgit v1.2.3