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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 813133003: New Profile metric for Auth Errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Headers cleanup Created 5 years, 11 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 6a2c26fcc6bed77f1899a56205c5cbe18f40233b..9b659fdc0eae97d6e9aa7d332c879ceb126218f8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -27601,6 +27601,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Profile.NumberOfProfileAuthErrors">
+ <owner>mlerman@chromium.org</owner>
+ <summary>
+ Counts the type GAIA Auth Errors on a user's machine when Chrome starts up.
noms (inactive) 2015/01/08 21:49:04 nit: I don't think we need to capitalize error. An
Mike Lerman 2015/01/09 02:15:05 Done.
+ The types of Auth Errors are broken down in Signin.AuthError.
+ </summary>
+</histogram>
+
<histogram name="Profile.NumberOfProfiles">
<owner>bcwhite@chromium.org</owner>
<owner>rlp@chromium.org</owner>
@@ -32493,6 +32501,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<summary>Track how a user interfacts with the android signin promo.</summary>
</histogram>
+<histogram name="Signin.AuthError" enum="GoogleServiceAuthError">
+ <owner>mlerman@chromium.org</owner>
+ <summary>
+ Log the type of GAIA Auth Error that occur whenever the error state changes.
+ </summary>
+</histogram>
+
<histogram name="Signin.DuringFirstRun">
<owner>mlerman@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698