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

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

Issue 523153002: Add a histogram to log the size of an UMA upload. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index a465636400ec1e5c1731a897b48c4ebfcb64fd1a..5e4698b22afa608de92748aa5c6c1e2a880069b3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -34584,6 +34584,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="UMA.LogSize" units="KB">
Ilya Sherman 2014/09/02 20:13:45 Optional nit: Perhaps lets name this to make it de
Alexei Svitkine (slow) 2014/09/02 21:10:44 Done.
+ <owner>asvitkine@chromium.org</owner>
+ <summary>
+ Size in kilobytes (after compression) of an uploaded UMA log. Recorded after
+ a successful UMA upload.
+ </summary>
+</histogram>
+
<histogram name="UMA.LowEntropySourceValue">
<owner>asvitkine@chromium.org</owner>
<summary>
« components/metrics/metrics_service.cc ('K') | « components/metrics/metrics_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698