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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2951643003: Add UMA that periodically logs number of outstanding requests (Closed)
Patch Set: Msec -> Sec and style fix 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 b89c74b8facf983a868c48bc46eb6320f9cef33e..1d409c3bbd08728c81889d416c3cd68c8fbb785b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -39526,6 +39526,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.ResourceDispatcherHost.PeakOutstandingRequests"
+ units="requests">
+ <owner>ksakamoto@chromium.org</owner>
+ <summary>
+ The largest number of outstanding requests handled by the resource
+ dispatcher host, during the last sample interval (60 seconds). Not logged if
+ there are no outstanding requests in the interval. This metric is temporary
+ for the Loading Dispatcher v0 (crbug.com/723233), and will be removed soon.
+ </summary>
+</histogram>
+
<histogram name="Net.ResourceLoader.ExpectedContentSizeResult"
enum="ResourceLoaderExpectedContentSizeResult">
<owner>maksim.sisov@intel.com</owner>
@@ -90289,6 +90300,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<affected-histogram name="ModuleIntegrityVerification.Difference"/>
</histogram_suffixes>
+<histogram_suffixes name="MultiTabLoading" separator=".">
+ <suffix name="MultiTabLoading" label="There were multiple loading tabs."/>
+ <affected-histogram
+ name="Net.ResourceDispatcherHost.PeakOutstandingRequests"/>
+</histogram_suffixes>
+
<histogram_suffixes name="NatType" separator=".">
<suffix name="NoNAT"/>
<suffix name="UnknownNAT"/>

Powered by Google App Engine
This is Rietveld 408576698