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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1374883002: Add UMAs for checking header values against RFC 7230 in //net (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reflect comments. Created 5 years 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 5f7a4025b7e4caa8608a8bfcef699e4fab7effb6..63034fb1849ebe06decb55018a5e7aba79c56cee 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -24245,6 +24245,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.HttpRequestContainsInvalidHeaderValuesInRFC7230"
+ enum="Boolean">
+ <owner>hiroshige@chromium.org</owner>
+ <summary>
+ Whether a request contains invalid request header values in RFC 7230. This
+ is counted once for every redirect leg. https://crbug.com/455099.
+ </summary>
+</histogram>
+
<histogram name="Net.HttpResponseCode">
<owner>mmenke@chromium.org</owner>
<summary>The count of HTTP Response codes encountered.</summary>
@@ -24258,6 +24267,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.HttpResponseContainsInvalidHeaderValuesInRFC7230"
Alexei Svitkine (slow) 2015/12/17 19:53:23 Nit: These are a bit hard to read. Maybe you can r
hiroshige 2015/12/22 06:33:50 Done.
+ enum="Boolean">
+ <owner>hiroshige@chromium.org</owner>
+ <summary>
+ Whether a response contains invalid response header values in RFC 7230. This
+ is counted once for every redirect leg. https://crbug.com/455099.
+ </summary>
+</histogram>
+
<histogram name="Net.HttpResponseInfo.ConnectionInfo" enum="ConnectionInfo">
<owner>bnc@chromium.org</owner>
<summary>
« net/url_request/url_request_http_job.cc ('K') | « net/url_request/url_request_http_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698