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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2711803003: Add a histogram to track how many server configs has been persisted (Closed)
Patch Set: Created 3 years, 10 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 6ffdf566a3bbb9aa52c68d745e4fa1dad3359ae4..c2e78e194ce09f88a41845def93e5388fc661762 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -31424,6 +31424,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.CountOfQuicServerInfos">
Alexei Svitkine (slow) 2017/02/23 18:23:41 Nit: Add units="configs" or similar
Zhongyi Shi 2017/02/23 20:36:22 Done.
+ <owner>zhongyi@chromium.org</owner>
+ <summary>
+ This counts the number of server configs persisted in prefs file.
+ </summary>
+</histogram>
+
<histogram name="Net.CountOfSpdyServers">
<owner>bnc@chromium.org</owner>
<owner>rch@chromium.org</owner>
« net/http/http_server_properties_manager.cc ('K') | « 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