| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index d4340efe0a57d65816be139d826d78b1da86aa63..8ff83e2fb5c735f1f7b57bd497c621eaab5bf334 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">
|
| + <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,25 @@ 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 client.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="SoftwareReporter.UploadLongestFailureRun">
|
| + <owner>mad@chromium.org</owner>
|
| + <summary>The longest run of upload failures.</summary>
|
| +</histogram>
|
| +
|
| +<histogram name="SoftwareReporter.UploadSuccessCount">
|
| + <owner>mad@chromium.org</owner>
|
| + <summary>
|
| + The total count of successful SRT log uploads experienced by this client.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="SpellCheck.SpellingService.Enabled" enum="BooleanEnabled">
|
| <owner>groby@chromium.org</owner>
|
| <owner>rlp@chromium.org</owner>
|
|
|