summaryrefslogtreecommitdiffstats
path: root/netwerk/metrics.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
commitfbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch)
tree4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /netwerk/metrics.yaml
parentReleasing progress-linux version 124.0.1-1~progress7.99u1. (diff)
downloadfirefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz
firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'netwerk/metrics.yaml')
-rw-r--r--netwerk/metrics.yaml46
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