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

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

Issue 2870163003: Log Autofill.Quality.*.ByFieldType by predicted type for unknown data. (Closed)
Patch Set: comments from mathp Created 3 years, 7 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 6ed192b3a430a9c42cd098e58111a7082c27aa59..58f00947cb5d4c78fe94a0830bcdaa1cb70764e8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3814,6 +3814,32 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Autofill.FieldPredictionQuality.Aggregate"
+ enum="AutofillFieldPredictionQuality">
+<!-- Name completed by histogram_suffixes
+ name="AutofillFieldPredictionSource" -->
+
+ <owner>rogerm@chromium.org</owner>
+ <summary>
+ Aggregate Autofill field-type prediction outcomes. See
+ https://en.wikipedia.org/wiki/Confusion_matrix for an explanation of the
+ values.
+ </summary>
+</histogram>
+
+<histogram name="Autofill.FieldPredictionQuality.ByFieldType"
+ enum="AutofillFieldPredictionQualityByFieldType">
+<!-- Name completed by histogram_suffixes
+ name="AutofillFieldPredictionSource" -->
+
+ <owner>rogerm@chromium.org</owner>
+ <summary>
+ Autofill field-type prediction outcomes, broken down by field type. See
+ https://en.wikipedia.org/wiki/Confusion_matrix for an explanation of the
+ values.
+ </summary>
+</histogram>
+
<histogram name="Autofill.FillDuration.FromInteraction.WithAutofill">
<owner>isherman@chromium.org</owner>
<summary>
@@ -4140,12 +4166,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Autofill.Quality.HeuristicType" enum="AutofillTypeQuality">
+ <obsolete>
+ Deprecated as of 6/2017, replaced by
+ Autofill.FieldPredictionQuality.Aggregate.Heuristic.
+ </obsolete>
<owner>isherman@chromium.org</owner>
<summary>The quality of Autofill's heuristic field type detection.</summary>
</histogram>
<histogram name="Autofill.Quality.HeuristicType.ByFieldType"
enum="AutofillTypeQualityByFieldType">
+ <obsolete>
+ Deprecated as of 6/2017, replaced by
+ Autofill.FieldPredictionQuality.ByFieldType.Heuristic.
+ </obsolete>
<owner>isherman@chromium.org</owner>
<summary>
The quality of Autofill's heuristic field type detection, broken down by the
@@ -4155,12 +4189,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Autofill.Quality.PredictedType" enum="AutofillTypeQuality">
+ <obsolete>
+ Deprecated as of 6/2017, replaced by
+ Autofill.FieldPredictionQuality.Aggregate.Overall.
+ </obsolete>
<owner>isherman@chromium.org</owner>
<summary>The overall quality of the Autofill field type predictions.</summary>
</histogram>
<histogram name="Autofill.Quality.PredictedType.ByFieldType"
enum="AutofillTypeQualityByFieldType">
+ <obsolete>
+ Deprecated as of 6/2017, replaced by
+ Autofill.FieldPredictionQuality.ByFieldType.Overall.
+ </obsolete>
<owner>isherman@chromium.org</owner>
<summary>
The overall quality of the Autofill field type predictions, broken down by
@@ -4170,12 +4212,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Autofill.Quality.ServerType" enum="AutofillTypeQuality">
+ <obsolete>
+ Deprecated as of 6/2017, replaced by
+ Autofill.FieldPredictionQuality.Aggregate.Server.
+ </obsolete>
<owner>isherman@chromium.org</owner>
<summary>The quality of the Autofill server's field type detection.</summary>
</histogram>
<histogram name="Autofill.Quality.ServerType.ByFieldType"
enum="AutofillTypeQualityByFieldType">
+ <obsolete>
+ Deprecated as of 6/2017, replaced by
+ Autofill.FieldPredictionQuality.ByFieldType.Server.
+ </obsolete>
<owner>isherman@chromium.org</owner>
<summary>
The quality of the Autofill server's field type detection, broken down by
@@ -85313,6 +85363,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<affected-histogram name="Autofill.FormEvents.CreditCard"/>
</histogram_suffixes>
+<histogram_suffixes name="AutofillFieldPredictionSource" separator=".">
+ <suffix name="Heuristic"
+ label="Field type predictions using local heuristics."/>
+ <suffix name="Server"
+ label="Field types based on crowd-sourced prediction fetched from the
+ Autofill Server"/>
+ <suffix name="Overall"
+ label="Field type prediction as seen by the user after combining the
+ heuristic and crowd sourced predictions."/>
+ <affected-histogram name="Autofill.FieldPredictionQuality.Aggregate"/>
+ <affected-histogram name="Autofill.FieldPredictionQuality.ByFieldType"/>
+</histogram_suffixes>
+
<histogram_suffixes name="AutofillPayloadCompressionType" separator=".">
<suffix name="Query" label="Query request compression"/>
<suffix name="Upload" label="Upload request compression"/>
@@ -87346,6 +87409,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<suffix name="BasedOnAutocomplete"
label="Quality metrics based on autocomplete attributes."/>
<affected-histogram
+ name="Autofill.FieldPredictionQuality.Aggregate.Heuristic"/>
+ <affected-histogram name="Autofill.FieldPredictionQuality.Aggregate.Overall"/>
+ <affected-histogram name="Autofill.FieldPredictionQuality.Aggregate.Server"/>
+ <affected-histogram
+ name="Autofill.FieldPredictionQuality.ByFieldType.Heuristic"/>
+ <affected-histogram
+ name="Autofill.FieldPredictionQuality.ByFieldType.Overall"/>
+ <affected-histogram
+ name="Autofill.FieldPredictionQuality.ByFieldType.Server"/>
+ <affected-histogram
name="Autofill.NumberOfEditedAutofilledFieldsAtSubmission"/>
<affected-histogram name="Autofill.Quality.HeuristicType"/>
<affected-histogram name="Autofill.Quality.HeuristicType.ByFieldType"/>
« components/autofill/core/browser/field_types.h ('K') | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698