Bug 1578262 - extend expiration from 72 to 76 for telemetry used to analyze BITS. r=chutten

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Robert Strong 2019-09-05 16:16:39 +00:00
Родитель 98aef7b8a0
Коммит f23fca4617
1 изменённых файлов: 80 добавлений и 40 удалений

Просмотреть файл

@ -3302,11 +3302,12 @@ update.startup:
from_app_version: from_app_version:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the previous application version that the update was applied to Records the previous application version that the update was applied to
when the update makes it to the last phase where the application has when the update makes it to the last phase where the application has
exited and started. exited and started.
expires: "72" expires: "76"
kind: string kind: string
keyed: false keyed: false
notification_emails: notification_emails:
@ -3323,11 +3324,12 @@ update.startup:
mar_partial_size_bytes: mar_partial_size_bytes:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the total number of bytes of a partial update MAR file when Records the total number of bytes of a partial update MAR file when
the update makes it to the last phase where the application has exited and the update makes it to the last phase where the application has exited and
started. started.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3344,11 +3346,12 @@ update.startup:
mar_complete_size_bytes: mar_complete_size_bytes:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the total number of bytes of a complete update MAR file when Records the total number of bytes of a complete update MAR file when
the update makes it to the last phase where the application has exited and the update makes it to the last phase where the application has exited and
started. started.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3366,11 +3369,12 @@ update.startup.intervals:
check: check:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the interval in seconds of the check phase of the update process Records the interval in seconds of the check phase of the update process
when an update makes it to the last phase where the application has exited when an update makes it to the last phase where the application has exited
and started. and started.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3387,12 +3391,13 @@ update.startup.intervals:
download_bits_partial: download_bits_partial:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the interval in seconds of the download phase of the update Records the interval in seconds of the download phase of the update
process using the BITS downloader for a partial update MAR file when the process using the BITS downloader for a partial update MAR file when the
update makes it to the last phase where the application has exited and update makes it to the last phase where the application has exited and
and started. and started.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3411,12 +3416,13 @@ update.startup.intervals:
download_bits_complete: download_bits_complete:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the interval in seconds of the download phase of the update Records the interval in seconds of the download phase of the update
process using the BITS downloader for a complete update MAR file when the process using the BITS downloader for a complete update MAR file when the
update makes it to the last phase where the application has exited and update makes it to the last phase where the application has exited and
started. started.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3435,12 +3441,13 @@ update.startup.intervals:
download_internal_partial: download_internal_partial:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the interval in seconds of the download phase of the update Records the interval in seconds of the download phase of the update
process using the internal application downloader for a partial update MAR process using the internal application downloader for a partial update MAR
file when the update makes it to the last phase where the application has file when the update makes it to the last phase where the application has
exited and and started. exited and and started.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3457,12 +3464,13 @@ update.startup.intervals:
download_internal_complete: download_internal_complete:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the interval in seconds of the download phase of the update Records the interval in seconds of the download phase of the update
process using the internal application downloader for a complete update process using the internal application downloader for a complete update
MAR file when the update makes it to the last phase where the application MAR file when the update makes it to the last phase where the application
has exited and and started. has exited and and started.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3479,11 +3487,12 @@ update.startup.intervals:
stage_partial: stage_partial:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the interval in seconds of the stage phase of the update process Records the interval in seconds of the stage phase of the update process
for a partial update MAR file when the update makes it to the last phase for a partial update MAR file when the update makes it to the last phase
where the application has exited and started. where the application has exited and started.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3500,11 +3509,12 @@ update.startup.intervals:
stage_complete: stage_complete:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the interval in seconds of the stage phase of the update process Records the interval in seconds of the stage phase of the update process
for a complete update MAR file when the update makes it to the last phase for a complete update MAR file when the update makes it to the last phase
where the application has exited and started. where the application has exited and started.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3521,11 +3531,12 @@ update.startup.intervals:
apply_partial: apply_partial:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the interval in seconds of the apply phase of the update process Records the interval in seconds of the apply phase of the update process
for a partial update MAR file when the update makes it to the last phase for a partial update MAR file when the update makes it to the last phase
where the application has exited and started. where the application has exited and started.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3542,11 +3553,12 @@ update.startup.intervals:
apply_complete: apply_complete:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the interval in seconds of the apply phase of the update process Records the interval in seconds of the apply phase of the update process
for a complete update MAR file when the update makes it to the last phase for a complete update MAR file when the update makes it to the last phase
where the application has exited and started. where the application has exited and started.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3564,6 +3576,7 @@ update.startup.downloads:
bits_partial_bytes: bits_partial_bytes:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the total number of bytes downloaded using the BITS downloader for Records the total number of bytes downloaded using the BITS downloader for
a partial update MAR file when the update makes it to the last phase where a partial update MAR file when the update makes it to the last phase where
@ -3571,7 +3584,7 @@ update.startup.downloads:
the size of the update MAR file because the value is only monitored the size of the update MAR file because the value is only monitored
during the initial download while the application is running and not if during the initial download while the application is running and not if
the download is resumed. the download is resumed.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3590,6 +3603,7 @@ update.startup.downloads:
bits_partial_seconds: bits_partial_seconds:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the total number of seconds spent downloading during the initial Records the total number of seconds spent downloading during the initial
download without exiting the application using the BITS downloader for a download without exiting the application using the BITS downloader for a
@ -3597,7 +3611,7 @@ update.startup.downloads:
the application has exited and started. This value can be used with the the application has exited and started. This value can be used with the
value of update.startup.downloads.bits_partial_bytes to estimate the bytes value of update.startup.downloads.bits_partial_bytes to estimate the bytes
per second for the download. per second for the download.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3616,6 +3630,7 @@ update.startup.downloads:
bits_complete_bytes: bits_complete_bytes:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the total number of bytes downloaded using the BITS downloader for Records the total number of bytes downloaded using the BITS downloader for
a complete update MAR file when the update makes it to the last phase a complete update MAR file when the update makes it to the last phase
@ -3623,7 +3638,7 @@ update.startup.downloads:
than the size of the update MAR file because the value is only monitored than the size of the update MAR file because the value is only monitored
during the initial download while the application is running and not if during the initial download while the application is running and not if
the download is resumed. the download is resumed.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3642,6 +3657,7 @@ update.startup.downloads:
bits_complete_seconds: bits_complete_seconds:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the total number of seconds spent downloading during the initial Records the total number of seconds spent downloading during the initial
download without exiting the application using the BITS downloader for a download without exiting the application using the BITS downloader for a
@ -3649,7 +3665,7 @@ update.startup.downloads:
the application has exited and started. This value can be used with the the application has exited and started. This value can be used with the
value of update.startup.downloads.bits_complete_bytes to estimate the value of update.startup.downloads.bits_complete_bytes to estimate the
bytes per second for the download. bytes per second for the download.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3668,6 +3684,7 @@ update.startup.downloads:
internal_partial_bytes: internal_partial_bytes:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the total number of bytes downloaded using the internal application Records the total number of bytes downloaded using the internal application
downloader for a partial update MAR file when the update makes it to the downloader for a partial update MAR file when the update makes it to the
@ -3675,7 +3692,7 @@ update.startup.downloads:
different than the size of the update MAR file because the value is only different than the size of the update MAR file because the value is only
monitored during the initial download while the application is running and monitored during the initial download while the application is running and
not if the download is resumed. not if the download is resumed.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3692,6 +3709,7 @@ update.startup.downloads:
internal_partial_seconds: internal_partial_seconds:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the total number of seconds spent downloading during the initial Records the total number of seconds spent downloading during the initial
download without exiting the application using the internal application download without exiting the application using the internal application
@ -3699,7 +3717,7 @@ update.startup.downloads:
last phase where the application has exited and started. This value can be last phase where the application has exited and started. This value can be
used with the value of update.startup.downloads.internal_partial_bytes to used with the value of update.startup.downloads.internal_partial_bytes to
estimate the bytes per second for the download. estimate the bytes per second for the download.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3716,6 +3734,7 @@ update.startup.downloads:
internal_complete_bytes: internal_complete_bytes:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the total number of bytes downloaded by the internal Records the total number of bytes downloaded by the internal
application downloader for a complete update MAR file when an update makes application downloader for a complete update MAR file when an update makes
@ -3723,7 +3742,7 @@ update.startup.downloads:
value can be different than the size of the update MAR file because the value can be different than the size of the update MAR file because the
value is only monitored during the initial download while the value is only monitored during the initial download while the
application is running and not if the download is resumed. application is running and not if the download is resumed.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3740,6 +3759,7 @@ update.startup.downloads:
internal_complete_seconds: internal_complete_seconds:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the total number of seconds spent downloading during the initial Records the total number of seconds spent downloading during the initial
download without exiting the application using the internal application download without exiting the application using the internal application
@ -3747,7 +3767,7 @@ update.startup.downloads:
last phase where the application has exited and started. This value can be last phase where the application has exited and started. This value can be
used with the value of update.startup.downloads.internal_complete_bytes to used with the value of update.startup.downloads.internal_complete_bytes to
estimate the bytes per second for the download. estimate the bytes per second for the download.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3765,11 +3785,12 @@ update.session:
from_app_version: from_app_version:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the previous application version that the update was applied to Records the previous application version that the update was applied to
when the update has finished due to a failure before the application has when the update has finished due to a failure before the application has
exited and started. exited and started.
expires: "72" expires: "76"
kind: string kind: string
keyed: false keyed: false
notification_emails: notification_emails:
@ -3786,11 +3807,12 @@ update.session:
mar_partial_size_bytes: mar_partial_size_bytes:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the total number of bytes of a partial update MAR file when Records the total number of bytes of a partial update MAR file when
the update has finished due to a failure before the application has exited the update has finished due to a failure before the application has exited
and started. and started.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3807,11 +3829,12 @@ update.session:
mar_complete_size_bytes: mar_complete_size_bytes:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the total number of bytes of a complete update MAR file when Records the total number of bytes of a complete update MAR file when
the update has finished due to a failure before the application has exited the update has finished due to a failure before the application has exited
and started. and started.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3829,11 +3852,12 @@ update.session.intervals:
check: check:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the interval in seconds of the check phase of the update process Records the interval in seconds of the check phase of the update process
when an update has finished due to a failure before the application has when an update has finished due to a failure before the application has
exited and started. exited and started.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3850,12 +3874,13 @@ update.session.intervals:
download_bits_partial: download_bits_partial:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the interval in seconds of the download phase of the update Records the interval in seconds of the download phase of the update
process using the BITS downloader for a partial update MAR file when the process using the BITS downloader for a partial update MAR file when the
update has finished due to a failure before the application has exited update has finished due to a failure before the application has exited
and started. and started.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3874,12 +3899,13 @@ update.session.intervals:
download_bits_complete: download_bits_complete:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the interval in seconds of the download phase of the update Records the interval in seconds of the download phase of the update
process using the BITS downloader for a complete update MAR file when the process using the BITS downloader for a complete update MAR file when the
update has finished due to a failure before the application has exited and update has finished due to a failure before the application has exited and
started. started.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3898,12 +3924,13 @@ update.session.intervals:
download_internal_partial: download_internal_partial:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the interval in seconds of the download phase of the update Records the interval in seconds of the download phase of the update
process using the internal application downloader for a partial update MAR process using the internal application downloader for a partial update MAR
file when the update has finished due to a failure before the application file when the update has finished due to a failure before the application
has exited and and started. has exited and and started.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3920,12 +3947,13 @@ update.session.intervals:
download_internal_complete: download_internal_complete:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the interval in seconds of the download phase of the update Records the interval in seconds of the download phase of the update
process using the internal application downloader for a complete update process using the internal application downloader for a complete update
MAR file when the update has finished due to a failure before the MAR file when the update has finished due to a failure before the
application has exited and and started. application has exited and and started.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3942,11 +3970,12 @@ update.session.intervals:
stage_partial: stage_partial:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the interval in seconds of the stage phase of the update process Records the interval in seconds of the stage phase of the update process
for a partial update MAR file when the update has finished due to a for a partial update MAR file when the update has finished due to a
failure before the application has exited and started. failure before the application has exited and started.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3963,11 +3992,12 @@ update.session.intervals:
stage_complete: stage_complete:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the interval in seconds of the stage phase of the update process Records the interval in seconds of the stage phase of the update process
for a complete update MAR file when the update has finished due to a for a complete update MAR file when the update has finished due to a
failure before the application has exited and started. failure before the application has exited and started.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -3984,11 +4014,12 @@ update.session.intervals:
apply_partial: apply_partial:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the interval in seconds of the apply phase of the update process Records the interval in seconds of the apply phase of the update process
for a partial update MAR file when the update has finished due to a for a partial update MAR file when the update has finished due to a
failure before the application has exited and started. failure before the application has exited and started.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -4005,11 +4036,12 @@ update.session.intervals:
apply_complete: apply_complete:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the interval in seconds of the apply phase of the update process Records the interval in seconds of the apply phase of the update process
for a complete update MAR file when the update has finished due to a for a complete update MAR file when the update has finished due to a
failure before the application has exited and started. failure before the application has exited and started.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -4027,6 +4059,7 @@ update.session.downloads:
bits_partial_bytes: bits_partial_bytes:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the total number of bytes downloaded using the BITS downloader for Records the total number of bytes downloaded using the BITS downloader for
a partial update MAR file when the update has finished due to a failure a partial update MAR file when the update has finished due to a failure
@ -4034,7 +4067,7 @@ update.session.downloads:
different than the size of the update MAR file because the value is only different than the size of the update MAR file because the value is only
monitored during the initial download while the application is running and monitored during the initial download while the application is running and
not if the download is resumed. not if the download is resumed.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -4053,6 +4086,7 @@ update.session.downloads:
bits_partial_seconds: bits_partial_seconds:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the total number of seconds spent downloading during the initial Records the total number of seconds spent downloading during the initial
download without exiting the application using the BITS downloader for a download without exiting the application using the BITS downloader for a
@ -4060,7 +4094,7 @@ update.session.downloads:
before the application has exited and started. This value can be used with before the application has exited and started. This value can be used with
the value of update.session.downloads.bits_partial_bytes to estimate the the value of update.session.downloads.bits_partial_bytes to estimate the
bytes per second for the download. bytes per second for the download.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -4079,6 +4113,7 @@ update.session.downloads:
bits_complete_bytes: bits_complete_bytes:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the total number of bytes downloaded using the BITS downloader for Records the total number of bytes downloaded using the BITS downloader for
a complete update MAR file when the update has finished due to a failure a complete update MAR file when the update has finished due to a failure
@ -4086,7 +4121,7 @@ update.session.downloads:
than the size of the update MAR file because the value is only monitored than the size of the update MAR file because the value is only monitored
during the initial download while the application is running and not if during the initial download while the application is running and not if
the download is resumed. the download is resumed.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -4105,6 +4140,7 @@ update.session.downloads:
bits_complete_seconds: bits_complete_seconds:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the total number of seconds spent downloading during the initial Records the total number of seconds spent downloading during the initial
download without exiting the application using the BITS downloader for a download without exiting the application using the BITS downloader for a
@ -4112,7 +4148,7 @@ update.session.downloads:
before the application has exited and started. This value can be used with before the application has exited and started. This value can be used with
the value of update.session.downloads.bits_complete_bytes to estimate the the value of update.session.downloads.bits_complete_bytes to estimate the
bytes per second for the download. bytes per second for the download.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -4131,6 +4167,7 @@ update.session.downloads:
internal_partial_bytes: internal_partial_bytes:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the total number of bytes downloaded using the internal Records the total number of bytes downloaded using the internal
application downloader for a partial update MAR file when the update has application downloader for a partial update MAR file when the update has
@ -4138,7 +4175,7 @@ update.session.downloads:
This value can be different than the size of the update MAR file because This value can be different than the size of the update MAR file because
the value is only monitored during the initial download while the the value is only monitored during the initial download while the
application is running and not if the download is resumed. application is running and not if the download is resumed.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -4155,6 +4192,7 @@ update.session.downloads:
internal_partial_seconds: internal_partial_seconds:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the total number of seconds spent downloading during the initial Records the total number of seconds spent downloading during the initial
download without exiting the application using the internal application download without exiting the application using the internal application
@ -4162,7 +4200,7 @@ update.session.downloads:
to a failure before the application has exited and started. This value can to a failure before the application has exited and started. This value can
be used with the value of update.session.downloads.internal_partial_bytes be used with the value of update.session.downloads.internal_partial_bytes
to estimate the bytes per second for the download. to estimate the bytes per second for the download.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -4179,6 +4217,7 @@ update.session.downloads:
internal_complete_bytes: internal_complete_bytes:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the total number of bytes downloaded by the internal Records the total number of bytes downloaded by the internal
application downloader for a complete update MAR file when an update has application downloader for a complete update MAR file when an update has
@ -4186,7 +4225,7 @@ update.session.downloads:
This value can be different than the size of the update MAR file because This value can be different than the size of the update MAR file because
the value is only monitored during the initial download while the the value is only monitored during the initial download while the
application is running and not if the download is resumed. application is running and not if the download is resumed.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails:
@ -4203,6 +4242,7 @@ update.session.downloads:
internal_complete_seconds: internal_complete_seconds:
bug_numbers: bug_numbers:
- 1539154 - 1539154
- 1578262
description: > description: >
Records the total number of seconds spent downloading during the initial Records the total number of seconds spent downloading during the initial
download without exiting the application using the internal application download without exiting the application using the internal application
@ -4210,7 +4250,7 @@ update.session.downloads:
to a failure before the application has exited and started. This value can to a failure before the application has exited and started. This value can
be used with the value of update.session.downloads.internal_complete_bytes be used with the value of update.session.downloads.internal_complete_bytes
to estimate the bytes per second for the download. to estimate the bytes per second for the download.
expires: "72" expires: "76"
kind: uint kind: uint
keyed: false keyed: false
notification_emails: notification_emails: