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

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: facepalm 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..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">
Alexei Svitkine (slow) 2015/02/12 15:27:14 This seems like a boolean histogram, please add an
robertshield 2015/02/12 15:45:02 Done.
+ <owner>mad@chromium.org</owner>
+ <summary>The result of the most recent SRT log upload.</summary>
Alexei Svitkine (slow) 2015/02/12 15:27:14 What do the different values mean?
robertshield 2015/02/12 15:45:02 The existing BooleanSuccess enum applies here, the
+</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>
Alexei Svitkine (slow) 2015/02/12 15:27:14 Please mention when this is logged, for all of the
robertshield 2015/02/12 15:45:02 Done.
+</histogram>
+
+<histogram name="SoftwareReporter.UploadSuccessCount">
+ <owner>mad@chromium.org</owner>
+ <summary>
+ The total count of successful SRT log uploads experienced by this client.
Alexei Svitkine (slow) 2015/02/12 15:27:14 Is this cumulative? When do the values get reset?
robertshield 2015/02/12 15:45:02 Clarification attempted. Let me know if you still
+ </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