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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2728663005: Add a histogram for omnibox answer suggestion types. (Closed)
Patch Set: Respond to comments. Created 3 years, 9 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/omnibox/browser/search_suggestion_parser.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 60530d1d4d3e5fafa88a9623db742098c9a71c52..48c731f21eaccb5b98c4e4a05e7d1b4c185c1ce6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43189,6 +43189,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Omnibox.AnswerParseType" enum="SuggestionAnswerType">
+ <owner>jdonnelly@chromium.org</owner>
+ <summary>
+ The number of times each omnibox suggestion answer type (e.g., weather,
+ sports score) was received and parsed successfully. Can be normalized with
+ Omnibox.AnswerParseSuccess.
Mark P 2017/03/02 23:28:48 For the follow-up changelist: Normalizing by Omnib
Justin Donnelly 2017/03/03 00:39:32 Hmm, I think I'm still missing it. Based on the lo
Mark P 2017/03/03 04:53:19 Do we have a histogram for total number of respons
+ </summary>
+</histogram>
+
<histogram name="Omnibox.CharTypedToRepaintLatency" units="ms">
<owner>asvitkine@chromium.org</owner>
<owner>mpearson@chromium.org</owner>
@@ -109780,6 +109789,19 @@ from previous Chrome versions.
<int value="2" label="Load failed"/>
</enum>
+<enum name="SuggestionAnswerType" type="int">
+ <summary>Type of Answer shown in omnibox suggestion list.</summary>
+ <int value="1" label="Dictionary"/>
+ <int value="2" label="Finance"/>
+ <int value="3" label="Knowledge graph"/>
+ <int value="5" label="Sports"/>
+ <int value="6" label="Sunrise"/>
+ <int value="7" label="Translation"/>
+ <int value="8" label="Weather"/>
+ <int value="9" label="When is"/>
+ <int value="10" label="Currency"/>
+</enum>
+
<enum name="SuggestionsResponseState" type="int">
<int value="0" label="Empty response received from the server."/>
<int value="1" label="Invalid response received from the server."/>
« no previous file with comments | « components/omnibox/browser/search_suggestion_parser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698