Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 901903005: Add SRT log upload result metrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: asvitkine feedback Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « chrome/browser/component_updater/sw_reporter_installer_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/browser/component_updater/sw_reporter_installer_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698