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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2888653003: increase bucket size and break down video by http/https (Closed)
Patch Set: Rebase Created 3 years, 6 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 cadabdb1c8b02822b54b0ec80f8ad9df2ee8137f..b6818263ac13282208079d3481b190ec9eff89a0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -89496,12 +89496,45 @@ 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"/>
+ <suffix name="Direct"/>
+ <suffix name="Other"/>
+ <suffix name="ViaDRP"/>
Ilya Sherman 2017/05/25 23:52:37 Please add a brief label for each suffix. (Note:
ajo1 2017/05/26 00:02:25 Done.
+ <affected-histogram name="Net.HttpContentLength.Http"/>
+ <affected-histogram name="Net.HttpContentLength.Https"/>
+</histogram_suffixes>
+
+<histogram_suffixes name="NetHttpContentLengthType3" separator=".">
+ <suffix name="Video"/>
+ <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