Skip to content

Commit

Permalink
Bug 1909931 - added Glean probes to measure HTTP/1 and HTTP/2 downloa…
Browse files Browse the repository at this point in the history
…d. r=necko-reviewers,acreskey,sekim,kershaw

throughput, segmented by file size.

Differential Revision: https://phabricator.services.mozilla.com/D229571

UltraBlame original commit: 5185c85df7d7cd87a897ec12050c1378ac7f719c
  • Loading branch information
marco-c committed Dec 1, 2024
1 parent fb200fa commit 350fa48
Show file tree
Hide file tree
Showing 2 changed files with 464 additions and 0 deletions.
342 changes: 342 additions & 0 deletions netwerk/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5184,6 +5184,189 @@ never
telemetry_mirror
:
NETWORKING_DOWNLOAD_THROUGHPUT_HTTP_1
http_1_download_throughput_10_50
:
&
http_1_download_throughput_10_50
type
:
custom_distribution
unit
:
mbps
range_min
:
0
range_max
:
10000
bucket_count
:
100
histogram_type
:
exponential
description
:
>
The
download
throughput
for
http
/
1
.
0
and
http
/
1
.
1
requests
between
10MB
and
50MB
.
Measured
in
megabits
per
second
Mbps
.
bugs
:
-
https
:
/
/
bugzilla
.
mozilla
.
org
/
show_bug
.
cgi
?
id
=
1909931
data_reviews
:
-
https
:
/
/
bugzilla
.
mozilla
.
org
/
show_bug
.
cgi
?
id
=
1909931
data_sensitivity
:
-
technical
notification_emails
:
-
necko
mozilla
.
com
expires
:
never
http_1_download_throughput_50_100
:
<
<
:
*
http_1_download_throughput_10_50
description
:
>
The
download
throughput
for
http
/
1
.
0
and
http
/
1
.
1
requests
between
50MB
and
100MB
.
Measured
in
megabits
per
second
Mbps
.
http_1_download_throughput_100
:
<
<
:
*
http_1_download_throughput_10_50
description
:
>
The
download
throughput
for
http
/
1
.
0
and
http
/
1
.
1
requests
size
larger
than
100MB
.
Measured
in
megabits
per
second
Mbps
.
http_2_download_throughput
:
type
Expand Down Expand Up @@ -5290,6 +5473,165 @@ never
telemetry_mirror
:
NETWORKING_DOWNLOAD_THROUGHPUT_HTTP_2
http_2_download_throughput_10_50
:
&
http_2_download_throughput_10_50
type
:
custom_distribution
unit
:
mbps
range_min
:
0
range_max
:
10000
bucket_count
:
100
histogram_type
:
exponential
description
:
>
The
download
throughput
for
http
/
2
requests
between
10MB
and
50MB
.
Measured
in
megabits
per
second
Mbps
.
bugs
:
-
https
:
/
/
bugzilla
.
mozilla
.
org
/
show_bug
.
cgi
?
id
=
1909931
data_reviews
:
-
https
:
/
/
bugzilla
.
mozilla
.
org
/
show_bug
.
cgi
?
id
=
1909931
data_sensitivity
:
-
technical
notification_emails
:
-
necko
mozilla
.
com
expires
:
never
http_2_download_throughput_50_100
:
<
<
:
*
http_2_download_throughput_10_50
description
:
>
The
download
throughput
for
http
/
2
requests
between
50MB
and
100MB
.
Measured
in
megabits
per
second
Mbps
.
http_2_download_throughput_100
:
<
<
:
*
http_2_download_throughput_10_50
description
:
>
The
download
throughput
for
http
/
2
requests
size
larger
than
100MB
.
Measured
in
megabits
per
second
Mbps
.
http_3_download_throughput
:
type
Expand Down
Loading

0 comments on commit 350fa48

Please sign in to comment.