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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2395243002: [Autofill] Log count histogram for the number of server cards (Closed)
Patch Set: addressed nits 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
« no previous file with comments | « components/autofill/core/browser/personal_data_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index dbf554246285e39c0fa2b17c7777b698507c2ce5..aa438a7f26aca0436ea4fbbcc432f88eb020d677 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3470,7 +3470,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="Autofill.StoredLocalCreditCardCount">
+<histogram name="Autofill.StoredLocalCreditCardCount" units="cards">
<owner>mathp@chromium.org</owner>
<summary>
The number of local credit cards a user has stored, measured at Chrome
@@ -3493,6 +3493,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Autofill.StoredServerCreditCardCount" units="cards">
+ <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"/>
« no previous file with comments | « components/autofill/core/browser/personal_data_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698