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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 49753002: RAPPOR implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index fac7beac38d28cd496c8f828869b7200b12a495b..0a7b3b188cb102a4600a411bdad5c95073554810 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -15325,6 +15325,19 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Rappor.DiscardReason" enum="RapporDiscardReason">
+ <summary>
+ For each Rappor log that is discarded, the reason that it was discarded.
+ </summary>
+</histogram>
+
+<histogram name="Rappor.UploadResponseStatus" enum="UmaUploadResponseStatus">
+ <summary>
+ For each upload to the Rappor server, log the response revieved from the
Alexei Svitkine (slow) 2014/02/07 18:24:21 Nit: received
Steven Holte 2014/02/07 21:08:16 Done.
+ server.
+ </summary>
+</histogram>
+
<histogram name="Renderer.AcceleratedFixedRootBackground"
enum="AcceleratedFixedRootBackground">
<summary>
@@ -29246,6 +29259,12 @@ other types of suffix sets.
<int value="6" label="CANCELLED"/>
</enum>
+<enum name="RapporDiscardReason" type="int">
+ <int value="0" label="Upload Success"/>
+ <int value="1" label="Upload Rejected"/>
+ <int value="2" label="Queue Overflowed"/>
+</enum>
+
<enum name="RecentTabsAction" type="int">
<int value="0" label="Local Session Tab"/>
<int value="1" label="Other Device Tab"/>
« components/rappor/rappor_service.cc ('K') | « components/variations/metrics_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698