forked from mirrors/gecko-dev
Bug 1849370 - Fix telemetry mirrors for http download metrics r=necko-reviewers,valentin
Renamed and redefined the legacy Telemetry probes. Differential Revision: https://phabricator.services.mozilla.com/D186551
This commit is contained in:
parent
b8196cfd3e
commit
db575a9e75
2 changed files with 8 additions and 11 deletions
|
|
@ -205,7 +205,7 @@ networking:
|
|||
bucket_count: 100
|
||||
histogram_type: exponential
|
||||
description: >
|
||||
The download throughput for http/1.1 requests larger than 10MB. Measured in megabits per second, Mbps.
|
||||
The download throughput for http/1.0, http/1.1 requests larger than 10MB. Measured in megabits per second, Mbps.
|
||||
bugs:
|
||||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1846798
|
||||
data_reviews:
|
||||
|
|
@ -216,7 +216,7 @@ networking:
|
|||
- necko@mozilla.com
|
||||
- acreskey@mozilla.com
|
||||
expires: never
|
||||
telemetry_mirror: NETWORKING_HTTP_1_DOWNLOAD_THROUGHPUT
|
||||
telemetry_mirror: NETWORKING_DOWNLOAD_THROUGHPUT_HTTP_1
|
||||
|
||||
http_2_download_throughput:
|
||||
type: custom_distribution
|
||||
|
|
@ -237,7 +237,7 @@ networking:
|
|||
- necko@mozilla.com
|
||||
- acreskey@mozilla.com
|
||||
expires: never
|
||||
telemetry_mirror: NETWORKING_HTTP_2_DOWNLOAD_THROUGHPUT
|
||||
telemetry_mirror: NETWORKING_DOWNLOAD_THROUGHPUT_HTTP_2
|
||||
|
||||
http_3_download_throughput:
|
||||
type: custom_distribution
|
||||
|
|
@ -258,4 +258,4 @@ networking:
|
|||
- necko@mozilla.com
|
||||
- acreskey@mozilla.com
|
||||
expires: never
|
||||
telemetry_mirror: NETWORKING_HTTP_3_DOWNLOAD_THROUGHPUT
|
||||
telemetry_mirror: NETWORKING_DOWNLOAD_THROUGHPUT_HTTP_3
|
||||
|
|
|
|||
|
|
@ -3237,7 +3237,7 @@
|
|||
"keyed": true,
|
||||
"description": "The upload bandwidth for requests larger than 10MB. Measured in megabits per second, Mbps. Keyed by HTTP protocol version."
|
||||
},
|
||||
"NETWORKING_HTTP_1_DOWNLOAD_THROUGHPUT": {
|
||||
"NETWORKING_DOWNLOAD_THROUGHPUT_HTTP_1": {
|
||||
"record_in_processes": ["main"],
|
||||
"products": ["firefox"],
|
||||
"alert_emails": ["necko@mozilla.com", "acreskey@mozilla.com"],
|
||||
|
|
@ -3247,10 +3247,9 @@
|
|||
"high": 10000,
|
||||
"n_buckets": 100,
|
||||
"bug_numbers": [1846798],
|
||||
"keyed": true,
|
||||
"description": "The download throughput for http/1.1 requests larger than 10MB. Measured in megabits per second, Mbps."
|
||||
"description": "The download throughput for http/1.0, http/1.1 requests larger than 10MB. Measured in megabits per second, Mbps."
|
||||
},
|
||||
"NETWORKING_HTTP_2_DOWNLOAD_THROUGHPUT": {
|
||||
"NETWORKING_DOWNLOAD_THROUGHPUT_HTTP_2": {
|
||||
"record_in_processes": ["main"],
|
||||
"products": ["firefox"],
|
||||
"alert_emails": ["necko@mozilla.com", "acreskey@mozilla.com"],
|
||||
|
|
@ -3260,10 +3259,9 @@
|
|||
"high": 10000,
|
||||
"n_buckets": 100,
|
||||
"bug_numbers": [1846798],
|
||||
"keyed": true,
|
||||
"description": "The download throughput for http/2 requests larger than 10MB. Measured in megabits per second, Mbps."
|
||||
},
|
||||
"NETWORKING_HTTP_3_DOWNLOAD_THROUGHPUT": {
|
||||
"NETWORKING_DOWNLOAD_THROUGHPUT_HTTP_3": {
|
||||
"record_in_processes": ["main"],
|
||||
"products": ["firefox"],
|
||||
"alert_emails": ["necko@mozilla.com", "acreskey@mozilla.com"],
|
||||
|
|
@ -3273,7 +3271,6 @@
|
|||
"high": 10000,
|
||||
"n_buckets": 100,
|
||||
"bug_numbers": [1846798],
|
||||
"keyed": true,
|
||||
"description": "The download throughput for http/3 requests larger than 10MB. Measured in megabits per second, Mbps."
|
||||
},
|
||||
"NETWORK_RACE_CACHE_WITH_NETWORK_USAGE_2": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue