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

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

Issue 1506353008: HttpServerProperties - Added a histogram to track the AlternateProtocolServers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed typos Created 5 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_server_properties_manager.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 6472521c78e08b2f4f6021a581cf668271aea08a..91971d3113015217ecba1478ccc4b93cdf0f9090 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -22709,24 +22709,34 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="Net.CountOfAlternateProtocolServers">
+<histogram name="Net.CountOfAlternateProtocolServers" units="servers">
<owner>bnc@chromium.org</owner>
<owner>rch@chromium.org</owner>
<owner>rtenneti@chromium.org</owner>
<summary>
- The total number of severs to which alternative protocol was used. This
- counts the number of servers persisted to prefs file.
+ The total number of servers (HostPortPairs) to which alternative protocol
+ was used. This counts the number of servers persisted to prefs file.
</summary>
</histogram>
-<histogram name="Net.CountOfPipelineCapableServers">
+<histogram name="Net.CountOfAlternateProtocolServers.Memory" units="servers">
+ <owner>bnc@chromium.org</owner>
+ <owner>rch@chromium.org</owner>
+ <owner>rtenneti@chromium.org</owner>
+ <summary>
+ The total number of servers (HostPortPairs in memory) to which alternative
+ protocol was used.
+ </summary>
+</histogram>
+
+<histogram name="Net.CountOfPipelineCapableServers" units="servers">
<obsolete>
Deprecated 05/2014, related field trial already long expired.
</obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
- The total number of severs that support HTTP pipelining. This counts the
- number of servers persisted to prefs file.
+ The total number of servers (HostPortPairs) that support HTTP pipelining.
+ This counts the number of servers persisted to prefs file.
</summary>
</histogram>
« no previous file with comments | « net/http/http_server_properties_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698