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

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: Use StringPiece. Created 5 years, 2 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
« net/http/http_util.cc ('K') | « net/http/http_util_unittest.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 1593ac61faa52e966e6e23b3d7808b92026939b9..7c9cbd3309ebd28ca5d199e19f7175d9a89fa062 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -22736,6 +22736,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.HttpRequestHeaderValueValidInRFC7230" enum="BooleanValid">
+ <owner>hiroshige@chromium.org</owner>
+ <summary>
+ The count of request header values valid/invalid in RFC 7230 (somehow
davidben 2015/09/30 16:38:18 For each request header sent out, whether it is va
+ inaccurate because a header value can be counted multiple times).
+ https://crbug.com/455099.
davidben 2015/09/30 16:38:18 This description is very confusing. What do you me
hiroshige 2015/10/29 12:49:20 Yes, a header value is counted multiple times whil
davidben 2015/10/29 21:04:56 I think that's fine. Headers set internally within
hiroshige 2015/12/15 12:00:26 Done.
+ </summary>
+</histogram>
+
<histogram name="Net.HttpResponseCode">
<owner>mmenke@chromium.org</owner>
<summary>The count of HTTP Response codes encountered.</summary>
@@ -22749,6 +22758,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.HttpResponseHeaderValueValidInRFC7230" enum="BooleanValid">
+ <owner>hiroshige@chromium.org</owner>
+ <summary>
+ The count of response header values valid/invalid in RFC 7230 (somehow
+ inaccurate because a header value can be counted multiple times).
+ https://crbug.com/455099.
davidben 2015/09/30 16:38:18 Ditto.
+ </summary>
+</histogram>
+
<histogram name="Net.HttpServerProperties.UpdatePrefs"
enum="HttpServerPropertiesUpdatePrefsLocation">
<owner>rtenneti@chromium.org</owner>
« net/http/http_util.cc ('K') | « net/http/http_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698