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

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

Issue 2522703002: Allow at most one preconnect to HTTP2 proxy servers (Closed)
Patch Set: rebased Created 4 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
« no previous file with comments | « net/http/http_stream_factory_impl_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 61c80867ccc36e452c2a53ae1235d6162a276de3..eea81380dc1d36099cc1de85dd3e8c382962efe7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -32140,6 +32140,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.PreconnectSkippedToProxyServers" units="count">
+ <owner>tbansal@chromium.org</owner>
+ <summary>
+ Indicates number of times a preconnect to proxy server was skipped due to an
+ existing pending preconnection request.
+ </summary>
+</histogram>
+
<histogram name="Net.PreconnectSubresourceEval"
enum="PreconnectSubresourceEval">
<owner>csharrison@chromium.org</owner>
« no previous file with comments | « net/http/http_stream_factory_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698