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

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: Remove unnecessary forward declaration 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 1e9366297904751ac92e4b9df4eb89d55c66e686..7bf665a7723331a3bab0da35e40255e64aa761d4 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -27753,6 +27753,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Profile.NumberOfProfilesWithAuthErrors">
+ <owner>mlerman@chromium.org</owner>
+ <summary>
+ Counts the type GAIA authentication errors on a user's machine when Chrome
+ starts up. The types of errors are broken down in Signin.AuthError.
+ </summary>
+</histogram>
+
<histogram name="Profile.NumberOfSignedInProfiles">
<owner>bcwhite@chromium.org</owner>
<owner>rlp@chromium.org</owner>
@@ -32663,6 +32671,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.
noms (inactive) 2015/01/09 17:56:22 nit: same comment about "authentication errors" ap
Mike Lerman 2015/01/09 18:04:11 Done.
+ </summary>
+</histogram>
+
<histogram name="Signin.DuringFirstRun">
<owner>mlerman@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698