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

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

Issue 2950343002: Break down Net.WebSocket.ErrorCodes by localhost (Closed)
Patch Set: Created 3 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
« no previous file with comments | « 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 e8474f2ae820ef9254d8ced010f9822e65b3c0ec..f6454330a4af04d9ff1d39e545074c58439d4caa 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -96198,6 +96198,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<affected-histogram name="WebRTC.PeerConnection.SslCipherSuite"/>
</histogram_suffixes>
+<histogram_suffixes name="WebSocketErrorCodesVariants" separator="_">
+ <suffix name="Localhost"/>
+ <suffix name="NotLocalhost"/>
+ <affected-histogram name="Net.WebSocket.ErrorCodes"/>
+</histogram_suffixes>
+
<histogram_suffixes name="WebSocketMessageSizeReceive" separator=".">
<suffix name="ArrayBuffer"/>
<suffix name="Blob"/>
« no previous file with comments | « net/websockets/websocket_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698