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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2932953002: Persist broken and recently-broken alt-svcs to prefs in HttpServerPropertiesManager (Closed)
Patch Set: Fixed rch's comments from PS14 Created 3 years, 5 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 d1a99e83386f5c53227ce18ecb729103ccc3b646..0aeffd384cf8ec453ce684f586b07d5a2efde9af 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -35480,6 +35480,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.CountOfBrokenAlternativeServices" units="services">
+ <owner>wangyix@chromium.org</owner>
+ <summary>
+ This counts the number of broken alternative services persisted to prefs
+ file.
+ </summary>
+</histogram>
+
<histogram name="Net.CountOfPipelineCapableServers" units="servers">
<obsolete>
Deprecated 05/2014, related field trial already long expired.
@@ -35498,6 +35506,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.CountOfRecentlyBrokenAlternativeServices" units="services">
+ <owner>wangyix@chromium.org</owner>
+ <summary>
+ This counts the number of recently broken alternative services persisted to
+ prefs file.
+ </summary>
+</histogram>
+
<histogram name="Net.CountOfSpdyServers">
<owner>bnc@chromium.org</owner>
<owner>rch@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698