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

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

Issue 2442583003: [Sync] Start implementation of migration for USS. (Closed)
Patch Set: Rebase. Created 4 years, 2 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 2b78b57ecd7e2c45a0572fd2689cf6b438bad4fb..e47898e63a7a3bad71bea9875a2bf8351c777b6a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -63892,6 +63892,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Time it took sync to load models for USS datatypes.</summary>
</histogram>
+<histogram name="Sync.USSMigrationFailure" enum="SyncModelTypes">
+ <owner>maxbogue@chromium.org</owner>
+ <summary>Counts directory to USS migration failures per model type.</summary>
+</histogram>
+
+<histogram name="Sync.USSMigrationSuccess" enum="SyncModelTypes">
+ <owner>maxbogue@chromium.org</owner>
+ <summary>Counts directory to USS migration successes per model type.</summary>
+</histogram>
+
<histogram name="Sync.WifiCredentialsAssociationTime" units="ms">
<obsolete>
Deprecated in M53.

Powered by Google App Engine
This is Rietveld 408576698