diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
commit | 40a355a42d4a9444dc753c04c6608dade2f06a23 (patch) | |
tree | 871fc667d2de662f171103ce5ec067014ef85e61 /netwerk/metrics.yaml | |
parent | Adding upstream version 124.0.1. (diff) | |
download | firefox-upstream/125.0.1.tar.xz firefox-upstream/125.0.1.zip |
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'netwerk/metrics.yaml')
-rw-r--r-- | netwerk/metrics.yaml | 46 |
1 files changed, 46 insertions, 0 deletions
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 |