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

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

Issue 1298073002: Rename Net.DailyContentLength_DataReductionProxyEnabled_Unknown. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to head Created 5 years, 4 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_compression_stats.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 0fb79261fea28362938b2a86a7eb0a8a37c3823a..77943810f0c1ba28256b6c2482e0cc027f47eacd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -20779,6 +20779,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Net.DailyContentLength_DataReductionProxyEnabled_Unknown"
units="KB">
+ <obsolete>
+ Deprecated. Moved to
+ Net.DailyContentLength_DataReductionProxyEnabled_UnknownBypass in M46.
+ </obsolete>
+ <owner>bengr@chromium.org</owner>
+ <owner>bolian@chromium.org</owner>
+ <summary>
+ The total content size in KB of all HTTP response bodies for requests that
+ were not served by the enabled data reduction proxy for unknown reasons in
+ the previous calendar day while the data reduction proxy setting was
+ enabled. The metric is reported when the first response in the current day
+ is received.
+ </summary>
+</histogram>
+
+<histogram
+ name="Net.DailyContentLength_DataReductionProxyEnabled_UnknownBypass"
+ units="KB">
<owner>bengr@chromium.org</owner>
<owner>bolian@chromium.org</owner>
<summary>
@@ -73310,7 +73328,9 @@ To add a new entry, add it with any value and run test to compute valid value.
<histogram_suffixes name="DataReductionProxy.MimeType">
<suffix name="Application" label="Application mime-type"/>
- <suffix name="Unknown" label="Unknown mime-type"/>
+ <suffix name="Unknown"
+ label="Deprecated. Moved to UnknownMime in M46. Unknown mime-type"/>
+ <suffix name="UnknownMime" label="Unknown mime-type"/>
<suffix name="Video" label="Video mime-type"/>
<affected-histogram name="Net.DailyContentLength"/>
<affected-histogram name="Net.DailyContentLength_DataReductionProxyEnabled"/>
« no previous file with comments | « components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698