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

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

Issue 2704383006: arc: Handle metrics for Auth operations. (Closed)
Patch Set: Created 3 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 10a462fc7dd2b11959222cb84f0f8cbc6ac321e1..2ef2f4b4c362d5e4fe613eddcd4761d40f9ac18a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1385,6 +1385,33 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Arc.Auth.CheckinAttempts" units="attempts">
+ <owner>elijahtaylor@google.com</owner>
+ <summary>
+ Number of attempts did while waiting for checkin task completed before GMS
+ sign-in. 0 means that device was already checked-in prior to GMS sign-in.
+ </summary>
+</histogram>
+
+<histogram name="Arc.Auth.CheckinTime" units="ms">
+ <owner>elijahtaylor@google.com</owner>
+ <summary>
+ Elapsed time waiting for checkin task completed before GMS sign-in.
+ </summary>
+</histogram>
+
+<histogram name="Arc.Auth.NetworkWaitTime" units="ms">
+ <owner>elijahtaylor@google.com</owner>
+ <summary>
+ Elapsed time waiting for network connection before GMS sign-in.
+ </summary>
+</histogram>
+
+<histogram name="Arc.Auth.SignInTime" units="ms">
+ <owner>elijahtaylor@google.com</owner>
+ <summary>Elapsed time waiting for GMS sign-in completed.</summary>
+</histogram>
+
<histogram name="Arc.boot_progress" units="ms">
<owner>elijahtaylor@google.com</owner>
<owner>mitsuji@google.com</owner>
« chrome/browser/chromeos/arc/arc_optin_uma.cc ('K') | « components/arc/common/auth.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698