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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2851923002: Fix overflow in user traffic content type histogram (Closed)
Patch Set: 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 2aa3c49632f13f4bfb80bb1864afa9ddedbe5ca3..ad297b3b442b60b7f1d66f3d17ede7757d8c5686 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -10813,6 +10813,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="DataUse.ContentType.UserTraffic" enum="DataUseContentType"
units="bytes">
+ <obsolete>
+ Deprecated 2017/04. Bytes are logged to DataUse.ContentType.UserTrafficKB.
+ </obsolete>
+ <owner>rajendrant@chromium.org</owner>
+ <owner>bengr@chromium.org</owner>
+ <summary>
+ Data use of user traffic by different content types. Recorded when network
+ bytes are received by Chrome.
+ </summary>
+</histogram>
+
+<histogram name="DataUse.ContentType.UserTrafficKB" enum="DataUseContentType"
+ units="KB">
<owner>rajendrant@chromium.org</owner>
<owner>bengr@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698