| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index d4340efe0a57d65816be139d826d78b1da86aa63..af29c8882a6212dda28e3b84eab0af2d39b65c3a 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -36361,6 +36361,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <summary>The build version of the software reporter cleaner tool.</summary>
|
| </histogram>
|
|
|
| +<histogram name="SoftwareReporter.LastUploadResult" enum="BooleanSuccess">
|
| + <owner>mad@chromium.org</owner>
|
| + <summary>The result of the most recent SRT log upload.</summary>
|
| +</histogram>
|
| +
|
| <histogram name="SoftwareReporter.MajorVersion">
|
| <owner>mad@chromium.org</owner>
|
| <summary>
|
| @@ -36392,6 +36397,31 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="SoftwareReporter.UploadFailureCount">
|
| + <owner>mad@chromium.org</owner>
|
| + <summary>
|
| + 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.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="SoftwareReporter.UploadLongestFailureRun">
|
| + <owner>mad@chromium.org</owner>
|
| + <summary>
|
| + The longest run of upload failures logged by SRT runs. This value is
|
| + reported at startup by Chrome and is capped at 64.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="SoftwareReporter.UploadSuccessCount">
|
| + <owner>mad@chromium.org</owner>
|
| + <summary>
|
| + 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
|
| + 64.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="SpellCheck.SpellingService.Enabled" enum="BooleanEnabled">
|
| <owner>groby@chromium.org</owner>
|
| <owner>rlp@chromium.org</owner>
|
|
|