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

Issue 2728663005: Add a histogram for omnibox answer suggestion types. (Closed)

Created:
3 years, 9 months ago by Justin Donnelly
Modified:
3 years, 9 months ago
Reviewers:
Mark P, Ilya Sherman
CC:
chromium-reviews, jdonnelly+watch_chromium.org, asvitkine+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a histogram for omnibox answer suggestion types. BUG=591803 Review-Url: https://codereview.chromium.org/2728663005 Cr-Commit-Position: refs/heads/master@{#454423} Committed: https://chromium.googlesource.com/chromium/src/+/204c508db463f78401249576c2b5001079da9650

Patch Set 1 #

Total comments: 13

Patch Set 2 : Respond to comments. #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -0 lines) Patch
M components/omnibox/browser/search_suggestion_parser.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 chunks +22 lines, -0 lines 3 comments Download

Messages

Total messages: 31 (14 generated)
Justin Donnelly
3 years, 9 months ago (2017-03-02 18:59:40 UTC) #2
Justin Donnelly
https://codereview.chromium.org/2728663005/diff/1/components/omnibox/browser/search_suggestion_parser.cc File components/omnibox/browser/search_suggestion_parser.cc (right): https://codereview.chromium.org/2728663005/diff/1/components/omnibox/browser/search_suggestion_parser.cc#newcode527 components/omnibox/browser/search_suggestion_parser.cc:527: UMA_HISTOGRAM_SPARSE_SLOWLY("Omnibox.AnswerType", answer_type); Is this the right way to log ...
3 years, 9 months ago (2017-03-02 19:00:13 UTC) #3
Justin Donnelly
+isherman for histograms.xml review
3 years, 9 months ago (2017-03-02 20:50:39 UTC) #5
Mark P
lgtm modulo comments below (in case you want to submit without another round-trip to me) ...
3 years, 9 months ago (2017-03-02 20:59:35 UTC) #6
Ilya Sherman
https://codereview.chromium.org/2728663005/diff/1/components/omnibox/browser/search_suggestion_parser.cc File components/omnibox/browser/search_suggestion_parser.cc (right): https://codereview.chromium.org/2728663005/diff/1/components/omnibox/browser/search_suggestion_parser.cc#newcode527 components/omnibox/browser/search_suggestion_parser.cc:527: UMA_HISTOGRAM_SPARSE_SLOWLY("Omnibox.AnswerType", answer_type); On 2017/03/02 20:59:35, Mark P wrote: > ...
3 years, 9 months ago (2017-03-02 21:17:32 UTC) #9
Justin Donnelly
On 2017/03/02 21:17:32, Ilya Sherman wrote: > I recommend sparse histograms over enumerated histograms in ...
3 years, 9 months ago (2017-03-02 21:19:49 UTC) #10
Justin Donnelly
https://codereview.chromium.org/2728663005/diff/1/components/omnibox/browser/search_suggestion_parser.cc File components/omnibox/browser/search_suggestion_parser.cc (right): https://codereview.chromium.org/2728663005/diff/1/components/omnibox/browser/search_suggestion_parser.cc#newcode527 components/omnibox/browser/search_suggestion_parser.cc:527: UMA_HISTOGRAM_SPARSE_SLOWLY("Omnibox.AnswerType", answer_type); On 2017/03/02 20:59:35, Mark P wrote: > ...
3 years, 9 months ago (2017-03-02 21:21:25 UTC) #14
Justin Donnelly
Submitting now. If you have any further thoughts on my questions above, I'd be happy ...
3 years, 9 months ago (2017-03-02 23:08:56 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2728663005/40001
3 years, 9 months ago (2017-03-02 23:09:24 UTC) #20
commit-bot: I haz the power
Committed patchset #2 (id:40001) as https://chromium.googlesource.com/chromium/src/+/204c508db463f78401249576c2b5001079da9650
3 years, 9 months ago (2017-03-02 23:15:23 UTC) #23
Mark P
https://codereview.chromium.org/2728663005/diff/1/components/omnibox/browser/search_suggestion_parser.cc File components/omnibox/browser/search_suggestion_parser.cc (right): https://codereview.chromium.org/2728663005/diff/1/components/omnibox/browser/search_suggestion_parser.cc#newcode527 components/omnibox/browser/search_suggestion_parser.cc:527: UMA_HISTOGRAM_SPARSE_SLOWLY("Omnibox.AnswerType", answer_type); On 2017/03/02 21:21:25, Justin Donnelly wrote: > ...
3 years, 9 months ago (2017-03-02 23:28:48 UTC) #24
Mark P
One more thought - https://codereview.chromium.org/2728663005/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2728663005/diff/1/tools/metrics/histograms/histograms.xml#newcode109792 tools/metrics/histograms/histograms.xml:109792: + <summary>Type of Answer shown ...
3 years, 9 months ago (2017-03-02 23:41:04 UTC) #25
Justin Donnelly
https://codereview.chromium.org/2728663005/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2728663005/diff/1/tools/metrics/histograms/histograms.xml#newcode109792 tools/metrics/histograms/histograms.xml:109792: + <summary>Type of Answer shown in omnibox suggestion list.</summary> ...
3 years, 9 months ago (2017-03-03 00:39:32 UTC) #26
Mark P
https://codereview.chromium.org/2728663005/diff/40001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2728663005/diff/40001/tools/metrics/histograms/histograms.xml#newcode43197 tools/metrics/histograms/histograms.xml:43197: + Omnibox.AnswerParseSuccess. On 2017/03/03 00:39:32, Justin Donnelly wrote: > ...
3 years, 9 months ago (2017-03-03 04:53:20 UTC) #27
Justin Donnelly
On 2017/03/03 04:53:20, Mark P wrote: > Do we have a histogram for total number ...
3 years, 9 months ago (2017-03-03 14:47:52 UTC) #28
Mark P
On Fri, Mar 3, 2017 at 6:47 AM, <jdonnelly@chromium.org> wrote: > On 2017/03/03 04:53:20, Mark ...
3 years, 9 months ago (2017-03-03 18:40:44 UTC) #29
Justin Donnelly
3 years, 9 months ago (2017-03-03 18:58:59 UTC) #30
Message was sent while issue was closed.
On Fri, Mar 3, 2017 at 10:40 AM, Mark Pearson <mpearson@chromium.org> wrote:

> Can you mention using the count of
Omnibox.SuggestRequest.Success.GoogleResponseTime
> as a normalization for all requests that might be able to have answers in
> the histogram description?  And point out that we're off under those
> conditions (extract, deserialize, and parse), but that's normally not a
> problem because the error is probably pretty small (or non-existent)--we
> trust our servers.
>

Makes sense, will do.

-- 
You received this message because you are subscribed to the Google Groups
"Chromium-reviews" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698