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

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

Issue 330473003: Offline blacklisting for SuggestionsService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years, 6 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 | « content/public/test/content_test_suite_base.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 6ece0128d8f00876fa06783b35240d8a50359178..83bfed0b3dc78d5f2c3f603b90d421130fedbf94 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -29776,7 +29776,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Suggestions.FailedRequestErrorCode" enum="NetErrorCodes">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>mathp@chromium.org</owner>
<summary>
The counts of network error codes encountered by SuggestionsService when an
attempt to fetch suggestions from the server fails.
@@ -29784,7 +29784,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Suggestions.FetchResponseCode">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>mathp@chromium.org</owner>
<summary>
The counts of HTTP response codes encountered by SuggestionsService when
attempting to fetch suggestions from the server.
@@ -29792,15 +29792,23 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Suggestions.FetchSuccessLatency" units="milliseconds">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>mathp@chromium.org</owner>
<summary>
The latency of a SuggestionsService fetch that results in a success
response.
</summary>
</histogram>
+<histogram name="Suggestions.LocalBlacklistSize" units="URLcount">
+ <owner>manzagop@chromium.org</owner>
+ <summary>
+ Number of URLs present in the Suggestions local blacklist when the
+ Suggestions service is created.
+ </summary>
+</histogram>
+
<histogram name="Suggestions.ResponseState" enum="SuggestionsResponseState">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>mathp@chromium.org</owner>
<summary>
The counts of response states (such as empty or invalid) encountered by
SuggestionsService when attempting to fetch suggestions from the server.
« no previous file with comments | « content/public/test/content_test_suite_base.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698