forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1879848 - Record telemetry for which Proxy types are used r=necko…
…-reviewers,jesup Differential Revision: https://phabricator.services.mozilla.com/D201384
- Loading branch information
Showing
2 changed files
with
79 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1012,6 +1012,37 @@ networking: | |
- [email protected] | ||
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: | ||
- [email protected] | ||
- [email protected] | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters