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

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

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: Created 5 years, 3 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.h ('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
+ inaccurate because a header value can be counted multiple times).
+ https://crbug.com/455099.
+ </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.
+ </summary>
+</histogram>
+
<histogram name="Net.HttpServerProperties.UpdatePrefs"
enum="HttpServerPropertiesUpdatePrefsLocation">
<owner>rtenneti@chromium.org</owner>
« net/http/http_util.h ('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