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

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

Issue 1273303002: Measuring data use of different ModelTypes in Sync Service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NewServices
Patch Set: Changing the initialization of vectors in syncer_unittest.cc Created 5 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
« no previous file with comments | « sync/util/data_type_histogram.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 baf2f219f17f0ecd0cd8be3108a431ba5edf035b..3223b9cc8c1f8d319bba8c803a33d657d6018fd3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5565,6 +5565,54 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DataUse.Sync.Download.Bytes" enum="SyncModelTypes">
+ <owner>amohammadkhan@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Number of downloaded bytes of different data types in Sync service for
+ received updates. It is updated when an update message is received from sync
+ server.
+ </summary>
+</histogram>
+
+<histogram name="DataUse.Sync.Download.Count" enum="SyncModelTypes">
+ <owner>amohammadkhan@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Number of downloaded entities of different data types in Sync service for
+ received updates. It is updated when an update message is received from sync
+ server.
+ </summary>
+</histogram>
+
+<histogram name="DataUse.Sync.ProgressMarker.Bytes" enum="SyncModelTypes">
+ <owner>amohammadkhan@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Number of downloaded bytes of ProgressMarker of different data types in Sync
+ service for received updates. It is updated when an update message is
+ received from sync server.
+ </summary>
+</histogram>
+
+<histogram name="DataUse.Sync.Upload.Bytes" enum="SyncModelTypes">
+ <owner>amohammadkhan@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Number of uploaded bytes of different data types in Sync service for sent
+ commits. Updated when a commit message is sent to sync server.
+ </summary>
+</histogram>
+
+<histogram name="DataUse.Sync.Upload.Count" enum="SyncModelTypes">
+ <owner>amohammadkhan@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Number of uploaded entities of different data types in Sync service for sent
+ commits. Updated when a commit message is sent to sync server.
+ </summary>
+</histogram>
+
<histogram name="DefaultBrowser.InteractionResult"
enum="MakeChromeDefaultResult">
<owner>gab@chromium.org</owner>
« no previous file with comments | « sync/util/data_type_histogram.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698