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 2888653003: increase bucket size and break down video by http/https (Closed)
Patch Set: Revision to tests 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 32ad91d458655d2b7cd4ca0798ac383dc311a918..f3058251c20e79d97661ed90bb9aef335f72a89d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -89354,9 +89354,47 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram_suffixes>
<histogram_suffixes name="NetHttpContentLengthType" separator=".">
RyanSturm 2017/05/24 22:04:09 I'll let histograms reviewers decide, but this mig
ajo1 2017/05/24 22:40:52 Done.
- <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>
+ <suffix name="Http.Video">
+ <obsolete>
+ Replaced by HttpContentLength Direct/ViaDRP variants.
+ </obsolete>
+ </suffix>
+ <suffix name="Https.Video">
+ <obsolete>
+ Replaced by HttpContentLength Direct/ViaDRP variants.
+ </obsolete>
+ </suffix>
+ <suffix name="Http.Direct"/>
RyanSturm 2017/05/24 22:04:09 These should be alphabetical.
ajo1 2017/05/24 22:40:52 Done.
+ <suffix name="Http.ViaDRP"/>
+ <suffix name="Http.BypassedDRP"/>
+ <suffix name="Http.Other"/>
+ <suffix name="Https.Direct"/>
+ <suffix name="Https.ViaDRP"/>
+ <suffix name="Https.BypassedDRP"/>
+ <suffix name="Https.Other"/>
+ <suffix name="Http.Direct.Video"/>
+ <suffix name="Http.ViaDRP.Video"/>
+ <suffix name="Http.BypassedDRP.Video"/>
+ <suffix name="Http.Other.Video"/>
+ <suffix name="Https.Direct.Video"/>
+ <suffix name="Https.ViaDRP.Video"/>
+ <suffix name="Https.BypassedDRP.Video"/>
+ <suffix name="Https.Other.Video"/>
<affected-histogram name="Net.HttpContentLength"/>
</histogram_suffixes>
« 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