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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2804113004: Add UMA to break down data usage by http/https and video/non_video (Closed)
Patch Set: rebase Created 3 years, 8 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 | « components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.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 77b80f42cd7879427b9db8ec520657b0e83be4d4..35c4c0047f5010595da270fb4569db81e7978777 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -121704,6 +121704,13 @@ from previous Chrome versions.
<affected-histogram name="Net.RequestTime2.Success"/>
</histogram_suffixes>
+<histogram_suffixes name="NetHttpContentLengthType" separator=".">
+ <suffix name="Http"/>
+ <suffix name="Https"/>
+ <suffix name="Video"/>
+ <affected-histogram name="Net.HttpContentLength"/>
+</histogram_suffixes>
+
<histogram_suffixes name="NetHttpProxyConnectLatencySecure" separator=".">
<owner>tbansal@chromium.org</owner>
<suffix name="Insecure" label="Insecure proxy"/>
« no previous file with comments | « components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698