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

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

Issue 2395243002: [Autofill] Log count histogram for the number of server cards (Closed)
Patch Set: 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 dbf554246285e39c0fa2b17c7777b698507c2ce5..131e9c451b8bd44af6926696f59988adff5fbb63 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3493,6 +3493,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Autofill.StoredServerCreditCardCount">
rkaplow 2016/10/07 17:33:49 should still have a unit, unit="cards" or somethin
Mathieu 2016/10/08 01:36:06 Done.
+ <owner>mathp@chromium.org</owner>
+ <summary>
+ The number of server credit cards a user has stored, measured at Chrome
+ profile launch time.
+ </summary>
+</histogram>
+
<histogram name="Autofill.SuggestionAcceptedIndex" units="position">
<owner>mathp@chromium.org</owner>
<summary>The index of the accepted Autofill suggestion in the popup.</summary>
@@ -102465,6 +102473,12 @@ value.
<affected-histogram name="Autofill.Quality.ServerType.ByFieldType"/>
</histogram_suffixes>
+<histogram_suffixes name="AutofillStoredServerCardType" separator=".">
+ <suffix name="Masked" label="Masked cards"/>
+ <suffix name="Unmasked" label="Unmasked cards (locally cached)"/>
+ <affected-histogram name="Autofill.StoredServerCreditCardCount"/>
+</histogram_suffixes>
+
<histogram_suffixes name="AutofillUnmaskPromptCloseReasonEvents" separator=".">
<suffix name="Failure" label="Failure"/>
<suffix name="NoAttempts" label="No attempts"/>

Powered by Google App Engine
This is Rietveld 408576698