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

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

Issue 336753002: Add Net.WebSocket.ResponseCode and ErrorCodes UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use sprae histogram for result code. 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
« net/websockets/websocket_stream.cc ('K') | « net/websockets/websocket_stream.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 4018f9a8497678158cda945d67382921b8f27cea..05318c0e04c26318cfc086d2554ba2b241652f25 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -15451,6 +15451,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Net.WebSocket.ErrorCodes" enum="NetErrorCodes">
+ <owner>yhirano@chromium.org</owner>
+ <owner>ricea@chromium.org</owner>
+ <owner>tyoshino@chromium.org</owner>
+ <summary>
+ Positive net error codes that WebSockets end with, including OK and ABORTED.
+ </summary>
+</histogram>
+
<histogram name="Net.WebSocket.HandshakeResult"
enum="WebSocketNewHandshakeResult">
<owner>yhirano@chromium.org</owner>
@@ -15462,6 +15471,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Net.WebSocket.ResponseCode" enum="HttpResponseCode">
+ <owner>yhirano@chromium.org</owner>
+ <owner>ricea@chromium.org</owner>
+ <owner>tyoshino@chromium.org</owner>
+ <summary>All HTTP status codes seen during WebSocket handshakes.</summary>
+</histogram>
+
<histogram name="Net.Wifi.InterfaceCount">
<owner>mvanouwerkerk@chromium.org</owner>
<summary>
« net/websockets/websocket_stream.cc ('K') | « net/websockets/websocket_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698