Commit ac95be25 authored by Joe Mason's avatar Joe Mason Committed by Commit Bot

Transfer ownership of all SoftwareReporter.* histograms to drubery and

chrome-safebrowsing-alerts.

Extend SoftwareReporter.* histograms that expire in M82.

R=drubery

Bug: 1053148
Change-Id: Id31b95bbdacc4df8e6fc50d52aadcfdf58bb0dde
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071051
Commit-Queue: Ilya Sherman <isherman@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Reviewed-by: default avatarDaniel Rubery <drubery@chromium.org>
Cr-Commit-Position: refs/heads/master@{#751510}
parent 59970c04
...@@ -153842,7 +153842,8 @@ should be kept until we use this API. --> ...@@ -153842,7 +153842,8 @@ should be kept until we use this API. -->
<histogram name="SoftwareReporter.Cleaner.ChromePromptChannelError" <histogram name="SoftwareReporter.Cleaner.ChromePromptChannelError"
enum="SoftwareReporterChromePromptChannelError" expires_after="M90"> enum="SoftwareReporterChromePromptChannelError" expires_after="M90">
<owner>joenotcharles@chromium.org</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
Keeps a tally of IPC related errors between chrome_cleaner and chrome. The Keeps a tally of IPC related errors between chrome_cleaner and chrome. The
first two bytes of the bucket represent the error category and the two last first two bytes of the bucket represent the error category and the two last
...@@ -153852,7 +153853,8 @@ should be kept until we use this API. --> ...@@ -153852,7 +153853,8 @@ should be kept until we use this API. -->
<histogram name="SoftwareReporter.Cleaner.CleaningTime" units="ms" <histogram name="SoftwareReporter.Cleaner.CleaningTime" units="ms"
expires_after="M85"> expires_after="M85">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
The time between sending the user's response to the Chrome Cleaner process The time between sending the user's response to the Chrome Cleaner process
and the Cleaner process terminating. This histogram is logged only for and the Cleaner process terminating. This histogram is logged only for
...@@ -153862,7 +153864,8 @@ should be kept until we use this API. --> ...@@ -153862,7 +153864,8 @@ should be kept until we use this API. -->
<histogram name="SoftwareReporter.Cleaner.CleanupResult" <histogram name="SoftwareReporter.Cleaner.CleanupResult"
enum="SoftwareReporterCleanupResult" expires_after="M85"> enum="SoftwareReporterCleanupResult" expires_after="M85">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
The final status of the Chrome Cleanup Tool run (e.g. succeeded, failed, The final status of the Chrome Cleanup Tool run (e.g. succeeded, failed,
reboot required). reboot required).
...@@ -153883,7 +153886,8 @@ should be kept until we use this API. --> ...@@ -153883,7 +153886,8 @@ should be kept until we use this API. -->
<histogram name="SoftwareReporter.Cleaner.DownloadStatus" <histogram name="SoftwareReporter.Cleaner.DownloadStatus"
enum="SoftwareReporterCleanerDownloadStatus" expires_after="M90"> enum="SoftwareReporterCleanerDownloadStatus" expires_after="M90">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
An indication if an attempt to download the Chrome Cleanup Tool succeeded or An indication if an attempt to download the Chrome Cleanup Tool succeeded or
the reason why it failed. the reason why it failed.
...@@ -153892,7 +153896,8 @@ should be kept until we use this API. --> ...@@ -153892,7 +153896,8 @@ should be kept until we use this API. -->
<histogram name="SoftwareReporter.Cleaner.DownloadStatusErrorCode" <histogram name="SoftwareReporter.Cleaner.DownloadStatusErrorCode"
enum="CombinedHttpResponseAndNetErrorCode" expires_after="M90"> enum="CombinedHttpResponseAndNetErrorCode" expires_after="M90">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
The HTTP response or net error code when trying to download the Chrome The HTTP response or net error code when trying to download the Chrome
Cleanup Tool. Cleanup Tool.
...@@ -153900,8 +153905,9 @@ should be kept until we use this API. --> ...@@ -153900,8 +153905,9 @@ should be kept until we use this API. -->
</histogram> </histogram>
<histogram name="SoftwareReporter.Cleaner.HasCompleted" enum="SRTCompleted" <histogram name="SoftwareReporter.Cleaner.HasCompleted" enum="SRTCompleted"
expires_after="M82"> expires_after="M83">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
The state of software reporter cleaner tool runs. A value of &quot;Not The state of software reporter cleaner tool runs. A value of &quot;Not
Completed&quot; can mean either the tool crashed, or the tool was still Completed&quot; can mean either the tool crashed, or the tool was still
...@@ -153911,7 +153917,8 @@ should be kept until we use this API. --> ...@@ -153911,7 +153917,8 @@ should be kept until we use this API. -->
<histogram name="SoftwareReporter.Cleaner.HasRebooted" enum="BooleanRebooted" <histogram name="SoftwareReporter.Cleaner.HasRebooted" enum="BooleanRebooted"
expires_after="M85"> expires_after="M85">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
Whether a reboot happened since the software reporter cleaner tool has Whether a reboot happened since the software reporter cleaner tool has
finished execution with a pre-reboot exit code. finished execution with a pre-reboot exit code.
...@@ -153944,7 +153951,8 @@ should be kept until we use this API. --> ...@@ -153944,7 +153951,8 @@ should be kept until we use this API. -->
<histogram name="SoftwareReporter.Cleaner.RebootResponse" enum="Boolean" <histogram name="SoftwareReporter.Cleaner.RebootResponse" enum="Boolean"
expires_after="M85"> expires_after="M85">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
Indicates that the user accepted to initiate a reboot to complete a run of Indicates that the user accepted to initiate a reboot to complete a run of
the Chrome Cleanup Tool. This is logged the user starts a reboot from the the Chrome Cleanup Tool. This is logged the user starts a reboot from the
...@@ -153956,13 +153964,15 @@ should be kept until we use this API. --> ...@@ -153956,13 +153964,15 @@ should be kept until we use this API. -->
<histogram name="SoftwareReporter.Cleaner.RunningTime" units="ms" <histogram name="SoftwareReporter.Cleaner.RunningTime" units="ms"
expires_after="M85"> expires_after="M85">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary>How long it took to run the software reporter cleaner tool.</summary> <summary>How long it took to run the software reporter cleaner tool.</summary>
</histogram> </histogram>
<histogram name="SoftwareReporter.Cleaner.ScanningTime" units="ms" <histogram name="SoftwareReporter.Cleaner.ScanningTime" units="ms"
expires_after="M85"> expires_after="M85">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
The time between launching the Chrome Cleaner process and the cleaner having The time between launching the Chrome Cleaner process and the cleaner having
scanned the user's machine and Chrome receiving an IPC call with the scanned the user's machine and Chrome receiving an IPC call with the
...@@ -153973,7 +153983,8 @@ should be kept until we use this API. --> ...@@ -153973,7 +153983,8 @@ should be kept until we use this API. -->
<histogram name="SoftwareReporter.Cleaner.SettingsPageActiveOnRebootRequired" <histogram name="SoftwareReporter.Cleaner.SettingsPageActiveOnRebootRequired"
enum="SoftwareReporterCleanerSettingsPageActiveOnRebootRequired" enum="SoftwareReporterCleanerSettingsPageActiveOnRebootRequired"
expires_after="M85"> expires_after="M85">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
Indicates if the Settings page was the active tab once a cleanup finished Indicates if the Settings page was the active tab once a cleanup finished
with reboot required. with reboot required.
...@@ -153981,8 +153992,9 @@ should be kept until we use this API. --> ...@@ -153981,8 +153992,9 @@ should be kept until we use this API. -->
</histogram> </histogram>
<histogram name="SoftwareReporter.Cleaner.TimeToCompleteDownload" units="ms" <histogram name="SoftwareReporter.Cleaner.TimeToCompleteDownload" units="ms"
expires_after="M82"> expires_after="M83">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
The time between the first attempt to download the Chrome Cleanup tool and a The time between the first attempt to download the Chrome Cleanup tool and a
successful download or the last unsuccessful attempt to download without successful download or the last unsuccessful attempt to download without
...@@ -153991,14 +154003,16 @@ should be kept until we use this API. --> ...@@ -153991,14 +154003,16 @@ should be kept until we use this API. -->
</histogram> </histogram>
<histogram name="SoftwareReporter.Cleaner.Version" units="units" <histogram name="SoftwareReporter.Cleaner.Version" units="units"
expires_after="M82"> expires_after="M83">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary>The build version of the software reporter cleaner tool.</summary> <summary>The build version of the software reporter cleaner tool.</summary>
</histogram> </histogram>
<histogram name="SoftwareReporter.CleanerLogsAcceptance" enum="BooleanAccepted" <histogram name="SoftwareReporter.CleanerLogsAcceptance" enum="BooleanAccepted"
expires_after="M90"> expires_after="M90">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
Whether the user accepted to upload logs from Chrome Cleanup Tool. This is Whether the user accepted to upload logs from Chrome Cleanup Tool. This is
logged when the user accepts the Chrome prompt to start a cleanup either logged when the user accepts the Chrome prompt to start a cleanup either
...@@ -154008,7 +154022,8 @@ should be kept until we use this API. --> ...@@ -154008,7 +154022,8 @@ should be kept until we use this API. -->
<histogram name="SoftwareReporter.CleanupCard" enum="Boolean" <histogram name="SoftwareReporter.CleanupCard" enum="Boolean"
expires_after="M90"> expires_after="M90">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
Whether the Chrome Cleanup Tool card in the Settings page has been shown. Whether the Chrome Cleanup Tool card in the Settings page has been shown.
</summary> </summary>
...@@ -154016,7 +154031,8 @@ should be kept until we use this API. --> ...@@ -154016,7 +154031,8 @@ should be kept until we use this API. -->
<histogram name="SoftwareReporter.CleanupStarted" <histogram name="SoftwareReporter.CleanupStarted"
enum="SoftwareReporterCleanupStarted" expires_after="M85"> enum="SoftwareReporterCleanupStarted" expires_after="M85">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
Indicates where the user started a cleanup from (e.g. from the prompt dialog Indicates where the user started a cleanup from (e.g. from the prompt dialog
or the settings page). or the settings page).
...@@ -154047,8 +154063,9 @@ should be kept until we use this API. --> ...@@ -154047,8 +154063,9 @@ should be kept until we use this API. -->
</histogram> </histogram>
<histogram name="SoftwareReporter.FoundUwSReadError" enum="BooleanError" <histogram name="SoftwareReporter.FoundUwSReadError" enum="BooleanError"
expires_after="M82"> expires_after="M83">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
Whether there was an error reading the registry key containing UwS found by Whether there was an error reading the registry key containing UwS found by
the Software Removal Tool. the Software Removal Tool.
...@@ -154057,7 +154074,8 @@ should be kept until we use this API. --> ...@@ -154057,7 +154074,8 @@ should be kept until we use this API. -->
<histogram name="SoftwareReporter.IPCDisconnected" <histogram name="SoftwareReporter.IPCDisconnected"
enum="SoftwareReporterIPCDisconnected" expires_after="M90"> enum="SoftwareReporterIPCDisconnected" expires_after="M90">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
Indicates when the IPC with the Chrome Cleanup Tool process is disconnected Indicates when the IPC with the Chrome Cleanup Tool process is disconnected
from Chrome. Success is logged when it's disconnected and no longer needed from Chrome. Success is logged when it's disconnected and no longer needed
...@@ -154070,14 +154088,16 @@ should be kept until we use this API. --> ...@@ -154070,14 +154088,16 @@ should be kept until we use this API. -->
</histogram> </histogram>
<histogram name="SoftwareReporter.LastUploadResult" enum="BooleanSuccess" <histogram name="SoftwareReporter.LastUploadResult" enum="BooleanSuccess"
expires_after="M82"> expires_after="M83">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary>The result of the most recent SRT log upload.</summary> <summary>The result of the most recent SRT log upload.</summary>
</histogram> </histogram>
<histogram name="SoftwareReporter.LogsUploadEnabled" <histogram name="SoftwareReporter.LogsUploadEnabled"
enum="SoftwareReporterLogsUploadEnabled" expires_after="M90"> enum="SoftwareReporterLogsUploadEnabled" expires_after="M90">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
If logs uploads are enabled in the Software Reporter or the reason why it is If logs uploads are enabled in the Software Reporter or the reason why it is
disabled. Recorded before each run of the Software Reporter. disabled. Recorded before each run of the Software Reporter.
...@@ -154086,7 +154106,8 @@ should be kept until we use this API. --> ...@@ -154086,7 +154106,8 @@ should be kept until we use this API. -->
<histogram name="SoftwareReporter.LogsUploadResult" <histogram name="SoftwareReporter.LogsUploadResult"
enum="SoftwareReporterLogsUploadResult" expires_after="M90"> enum="SoftwareReporterLogsUploadResult" expires_after="M90">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
The result of the most recent Software Reporter logs upload. Written by the The result of the most recent Software Reporter logs upload. Written by the
Software Reporter in the registry and sent by Chrome after the reporter Software Reporter in the registry and sent by Chrome after the reporter
...@@ -154096,7 +154117,8 @@ should be kept until we use this API. --> ...@@ -154096,7 +154117,8 @@ should be kept until we use this API. -->
<histogram name="SoftwareReporter.LogsUploadResultRegistryError" <histogram name="SoftwareReporter.LogsUploadResultRegistryError"
enum="SoftwareReporterLogsUploadResultRegistryError" expires_after="M90"> enum="SoftwareReporterLogsUploadResultRegistryError" expires_after="M90">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
Error encountered when reading the software reporter logs upload result from Error encountered when reading the software reporter logs upload result from
the registry. the registry.
...@@ -154104,8 +154126,9 @@ should be kept until we use this API. --> ...@@ -154104,8 +154126,9 @@ should be kept until we use this API. -->
</histogram> </histogram>
<histogram name="SoftwareReporter.MajorVersion" units="units" <histogram name="SoftwareReporter.MajorVersion" units="units"
expires_after="M82"> expires_after="M83">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
As SoftwareReporter.MinorVersion, but a double word combination of the other As SoftwareReporter.MinorVersion, but a double word combination of the other
components of the version of the software reporter. The high word is the components of the version of the software reporter. The high word is the
...@@ -154114,8 +154137,9 @@ should be kept until we use this API. --> ...@@ -154114,8 +154137,9 @@ should be kept until we use this API. -->
</summary> </summary>
</histogram> </histogram>
<histogram name="SoftwareReporter.MemoryUsed" units="KB" expires_after="M82"> <histogram name="SoftwareReporter.MemoryUsed" units="KB" expires_after="M83">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
The memory used by the software reporter tool as reported by the tool itself The memory used by the software reporter tool as reported by the tool itself
via the registry. Logged just after the software reporter tool has finished. via the registry. Logged just after the software reporter tool has finished.
...@@ -154123,8 +154147,9 @@ should be kept until we use this API. --> ...@@ -154123,8 +154147,9 @@ should be kept until we use this API. -->
</histogram> </histogram>
<histogram name="SoftwareReporter.MinorVersion" units="units" <histogram name="SoftwareReporter.MinorVersion" units="units"
expires_after="M82"> expires_after="M83">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
The last component of the version of the software reporter that was executed The last component of the version of the software reporter that was executed
so we can identify when users are not getting their component updated as so we can identify when users are not getting their component updated as
...@@ -154134,7 +154159,8 @@ should be kept until we use this API. --> ...@@ -154134,7 +154159,8 @@ should be kept until we use this API. -->
<histogram name="SoftwareReporter.NoPromptReason" <histogram name="SoftwareReporter.NoPromptReason"
enum="SoftwareReporterNoPromptReason" expires_after="M90"> enum="SoftwareReporterNoPromptReason" expires_after="M90">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
The reason why the user has not been prompted to run the Chrome Cleanup Tool The reason why the user has not been prompted to run the Chrome Cleanup Tool
(e.g. no unwanted software found, user recently prompted). (e.g. no unwanted software found, user recently prompted).
...@@ -154143,7 +154169,8 @@ should be kept until we use this API. --> ...@@ -154143,7 +154169,8 @@ should be kept until we use this API. -->
<histogram name="SoftwareReporter.NumberOfFilesToDelete" units="counts" <histogram name="SoftwareReporter.NumberOfFilesToDelete" units="counts"
expires_after="M90"> expires_after="M90">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
The number of files to be deleted by the Chrome Cleanup Tool. The number of files to be deleted by the Chrome Cleanup Tool.
</summary> </summary>
...@@ -154151,7 +154178,8 @@ should be kept until we use this API. --> ...@@ -154151,7 +154178,8 @@ should be kept until we use this API. -->
<histogram name="SoftwareReporter.OnDemandUpdateRequired" <histogram name="SoftwareReporter.OnDemandUpdateRequired"
enum="BooleanRequired" expires_after="M90"> enum="BooleanRequired" expires_after="M90">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
Whether an on-demand update of the Software Reporter component was needed Whether an on-demand update of the Software Reporter component was needed
for a user-initiated cleanup. for a user-initiated cleanup.
...@@ -154160,7 +154188,8 @@ should be kept until we use this API. --> ...@@ -154160,7 +154188,8 @@ should be kept until we use this API. -->
<histogram name="SoftwareReporter.OnDemandUpdateSucceeded" <histogram name="SoftwareReporter.OnDemandUpdateSucceeded"
enum="BooleanSuccess" expires_after="M90"> enum="BooleanSuccess" expires_after="M90">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
Whether an on-demand update of the Software Reporter component succeeded, Whether an on-demand update of the Software Reporter component succeeded,
when needed for a user-initiated cleanup. when needed for a user-initiated cleanup.
...@@ -154169,7 +154198,8 @@ should be kept until we use this API. --> ...@@ -154169,7 +154198,8 @@ should be kept until we use this API. -->
<histogram name="SoftwareReporter.PostCleanupSettingsReset" units="counts" <histogram name="SoftwareReporter.PostCleanupSettingsReset" units="counts"
expires_after="M90"> expires_after="M90">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
The number of profiles whose settings will be reset once a successful The number of profiles whose settings will be reset once a successful
cleanup completes. cleanup completes.
...@@ -154177,8 +154207,9 @@ should be kept until we use this API. --> ...@@ -154177,8 +154207,9 @@ should be kept until we use this API. -->
</histogram> </histogram>
<histogram name="SoftwareReporter.PromptDialog.TimeUntilDone" units="ms" <histogram name="SoftwareReporter.PromptDialog.TimeUntilDone" units="ms"
expires_after="M82"> expires_after="M83">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
The time between the Chrome Cleaner dialog being shown and the dialog being The time between the Chrome Cleaner dialog being shown and the dialog being
closed. closed.
...@@ -154187,7 +154218,8 @@ should be kept until we use this API. --> ...@@ -154187,7 +154218,8 @@ should be kept until we use this API. -->
<histogram name="SoftwareReporter.PromptDialogResponse" <histogram name="SoftwareReporter.PromptDialogResponse"
enum="SoftwareReporterPromptDialogResponse" expires_after="M90"> enum="SoftwareReporterPromptDialogResponse" expires_after="M90">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
The user response on the modal Chrome Cleanup Tool prompt dialog (e.g. The user response on the modal Chrome Cleanup Tool prompt dialog (e.g.
accepted, cancelled). accepted, cancelled).
...@@ -154207,7 +154239,8 @@ should be kept until we use this API. --> ...@@ -154207,7 +154239,8 @@ should be kept until we use this API. -->
<histogram name="SoftwareReporter.PromptShownWithType" <histogram name="SoftwareReporter.PromptShownWithType"
enum="SoftwareReporterPromptShownWithType" expires_after="M90"> enum="SoftwareReporterPromptShownWithType" expires_after="M90">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
Whether the user has been prompted to run the Chrome Cleanup Tool and which Whether the user has been prompted to run the Chrome Cleanup Tool and which
type of prompt has been shown. type of prompt has been shown.
...@@ -154227,22 +154260,25 @@ should be kept until we use this API. --> ...@@ -154227,22 +154260,25 @@ should be kept until we use this API. -->
</histogram> </histogram>
<histogram name="SoftwareReporter.ReporterSequenceResult" <histogram name="SoftwareReporter.ReporterSequenceResult"
enum="SoftwareReporterSequenceResult" expires_after="M82"> enum="SoftwareReporterSequenceResult" expires_after="M83">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary>Indicates the result of a reporter sequence once it ends.</summary> <summary>Indicates the result of a reporter sequence once it ends.</summary>
</histogram> </histogram>
<histogram name="SoftwareReporter.ReporterSequenceType" <histogram name="SoftwareReporter.ReporterSequenceType"
enum="SoftwareReporterSequenceType" expires_after="M90"> enum="SoftwareReporterSequenceType" expires_after="M90">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
Indicates the type of a reporter sequence run on the user system. Logged Indicates the type of a reporter sequence run on the user system. Logged
when the sequence is scheduled to start. when the sequence is scheduled to start.
</summary> </summary>
</histogram> </histogram>
<histogram name="SoftwareReporter.RunningTime" units="ms" expires_after="M82"> <histogram name="SoftwareReporter.RunningTime" units="ms" expires_after="M83">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
The amount of time it took to run the software reporter tool as reported by The amount of time it took to run the software reporter tool as reported by
the tool itself via the registry. Logged just after the software reporter the tool itself via the registry. Logged just after the software reporter
...@@ -154251,8 +154287,9 @@ should be kept until we use this API. --> ...@@ -154251,8 +154287,9 @@ should be kept until we use this API. -->
</histogram> </histogram>
<histogram name="SoftwareReporter.RunningTimeAccordingToChrome" units="ms" <histogram name="SoftwareReporter.RunningTimeAccordingToChrome" units="ms"
expires_after="M82"> expires_after="M83">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
The amount of time it took for the software reporter to run as measured by The amount of time it took for the software reporter to run as measured by
chrome. Logged just after the software reporter tool has finished. chrome. Logged just after the software reporter tool has finished.
...@@ -154260,8 +154297,9 @@ should be kept until we use this API. --> ...@@ -154260,8 +154297,9 @@ should be kept until we use this API. -->
</histogram> </histogram>
<histogram name="SoftwareReporter.RunningTimeRegistryError" <histogram name="SoftwareReporter.RunningTimeRegistryError"
enum="SwReporterRunningTimeRegistryError" expires_after="M82"> enum="SwReporterRunningTimeRegistryError" expires_after="M83">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
Error encountered when reading the software reporter tool's start and end Error encountered when reading the software reporter tool's start and end
times from the registry. times from the registry.
...@@ -154270,7 +154308,8 @@ should be kept until we use this API. --> ...@@ -154270,7 +154308,8 @@ should be kept until we use this API. -->
<histogram name="SoftwareReporter.ScannerLogsAcceptance" enum="BooleanAccepted" <histogram name="SoftwareReporter.ScannerLogsAcceptance" enum="BooleanAccepted"
expires_after="M90"> expires_after="M90">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
Whether the user accepted to upload scanner logs from Chrome Cleanup Tool. Whether the user accepted to upload scanner logs from Chrome Cleanup Tool.
This is logged when the user starts a scan for the Settings page and is only This is logged when the user starts a scan for the Settings page and is only
...@@ -154279,8 +154318,9 @@ should be kept until we use this API. --> ...@@ -154279,8 +154318,9 @@ should be kept until we use this API. -->
</histogram> </histogram>
<histogram name="SoftwareReporter.Step" enum="SwReporterStep" <histogram name="SoftwareReporter.Step" enum="SwReporterStep"
expires_after="M82"> expires_after="M83">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
The registration and execution steps for the software reporter. The registration and execution steps for the software reporter.
</summary> </summary>
...@@ -154288,7 +154328,8 @@ should be kept until we use this API. --> ...@@ -154288,7 +154328,8 @@ should be kept until we use this API. -->
<histogram name="SoftwareReporter.TaggedProfileForResetting" enum="Boolean" <histogram name="SoftwareReporter.TaggedProfileForResetting" enum="Boolean"
expires_after="M90"> expires_after="M90">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
Registers when a profile is tagged for settings reset before a run of the Registers when a profile is tagged for settings reset before a run of the
Chrome Cleanup Tool. Chrome Cleanup Tool.
...@@ -154296,8 +154337,9 @@ should be kept until we use this API. --> ...@@ -154296,8 +154337,9 @@ should be kept until we use this API. -->
</histogram> </histogram>
<histogram name="SoftwareReporter.UploadFailureCount" units="units" <histogram name="SoftwareReporter.UploadFailureCount" units="units"
expires_after="M82"> expires_after="M83">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
The total count of SRT log upload failures experienced by this machine for The total count of SRT log upload failures experienced by this machine for
all time. This value is reported at startup by Chrome and is capped at 64. all time. This value is reported at startup by Chrome and is capped at 64.
...@@ -154305,8 +154347,9 @@ should be kept until we use this API. --> ...@@ -154305,8 +154347,9 @@ should be kept until we use this API. -->
</histogram> </histogram>
<histogram name="SoftwareReporter.UploadLongestFailureRun" units="units" <histogram name="SoftwareReporter.UploadLongestFailureRun" units="units"
expires_after="M82"> expires_after="M83">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
The longest run of upload failures logged by SRT runs. This value is The longest run of upload failures logged by SRT runs. This value is
reported at startup by Chrome and is capped at 64. reported at startup by Chrome and is capped at 64.
...@@ -154314,8 +154357,9 @@ should be kept until we use this API. --> ...@@ -154314,8 +154357,9 @@ should be kept until we use this API. -->
</histogram> </histogram>
<histogram name="SoftwareReporter.UploadSuccessCount" units="units" <histogram name="SoftwareReporter.UploadSuccessCount" units="units"
expires_after="M82"> expires_after="M83">
<owner>joenotcharles@google.com</owner> <owner>drubery@chromium.org</owner>
<owner>chrome-safebrowsing-alerts@google.com</owner>
<summary> <summary>
The total count of successful SRT log uploads experienced by this machine The total count of successful SRT log uploads experienced by this machine
for all time. This value is reported at startup by Chrome and is capped at for all time. This value is reported at startup by Chrome and is capped at
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment