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

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

Issue 1937063002: [NTP Snippets] Add metric for fetch error cases (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@record_article_fetch_errors_0
Patch Set: Created 4 years, 8 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 6ff7f086d08cf83c1893e326832b630ab8849937..8740e0256748bba879875b2049bff8c185ce16d3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -33224,6 +33224,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NewTabPage.Snippets.FailedRequestErrorCode"
+ enum="NetErrorCodes">
+ <owner>mastiz@chromium.org</owner>
+ <summary>
+ The counts of network error codes encountered when attempting to fetch
+ snippets.
+ </summary>
+</histogram>
+
+<histogram name="NewTabPage.Snippets.FetchResponseCode" enum="HttpResponseCode">
+ <owner>mastiz@chromium.org</owner>
+ <summary>Respose code of fetching snippets.</summary>
+</histogram>
+
<histogram name="NewTabPage.Snippets.Interactions" enum="SnippetsInteractions">
<owner>knn@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698