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

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: address Alexei's comments Created 3 years, 9 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/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 6ffdf566a3bbb9aa52c68d745e4fa1dad3359ae4..2cbacd9220bd3ee4012b4970681f84acdd3f81e6 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" units="configs">
+ <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>
« 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