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

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

Issue 2888653003: increase bucket size and break down video by http/https (Closed)
Patch Set: Address trybot failure Created 3 years, 7 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 6b13936bdc5e043c791bc04f86245158f5a11983..12e50a25b11d8a82f7f172182743f13c91912a98 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -89867,12 +89867,51 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram_suffixes>
<histogram_suffixes name="NetHttpContentLengthType" separator=".">
- <suffix name="Http"/>
- <suffix name="Https"/>
- <suffix name="Video"/>
+ <suffix name="Http">
+ <obsolete>
+ Replaced by HttpContentLength Direct/ViaDRP variants.
+ </obsolete>
+ </suffix>
+ <suffix name="Https">
+ <obsolete>
+ Replaced by HttpContentLength Direct/ViaDRP variants.
+ </obsolete>
+ </suffix>
+ <suffix name="Video">
+ <obsolete>
+ Replaced by HttpContentLength Direct/ViaDRP variants.
+ </obsolete>
+ </suffix>
<affected-histogram name="Net.HttpContentLength"/>
</histogram_suffixes>
+<histogram_suffixes name="NetHttpContentLengthType2" separator=".">
+ <suffix name="BypassedDRP"
+ label="Bytes of traffic that bypassed the Data Reduction Proxy"/>
+ <suffix name="Direct"
+ label="Bytes of traffic that were ineligible for the Data Reduction
+ Proxy"/>
+ <suffix name="Other"
+ label="Bytes of traffic that don't fit into the other categories of
+ Net.HttpContentLength"/>
+ <suffix name="ViaDRP"
+ label="Bytes of traffic that passed through the Data Reduction Proxy"/>
+ <affected-histogram name="Net.HttpContentLength.Http"/>
+ <affected-histogram name="Net.HttpContentLength.Https"/>
+</histogram_suffixes>
+
+<histogram_suffixes name="NetHttpContentLengthType3" separator=".">
+ <suffix name="Video" label="Bytes of video traffic"/>
+ <affected-histogram name="Net.HttpContentLength.Http.BypassedDRP"/>
+ <affected-histogram name="Net.HttpContentLength.Http.Direct"/>
+ <affected-histogram name="Net.HttpContentLength.Http.Other"/>
+ <affected-histogram name="Net.HttpContentLength.Http.ViaDRP"/>
+ <affected-histogram name="Net.HttpContentLength.Https.BypassedDRP"/>
+ <affected-histogram name="Net.HttpContentLength.Https.Direct"/>
+ <affected-histogram name="Net.HttpContentLength.Https.Other"/>
+ <affected-histogram name="Net.HttpContentLength.Https.ViaDRP"/>
+</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