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

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

Issue 2804113004: Add UMA to break down data usage by http/https and video/non_video (Closed)
Patch Set: formatting Created 3 years, 8 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 573a82fc85f79fa58b750b1d80785fba34266952..5d86ac2490fb801aee6351a755bee8ce6a1a9eb7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -34301,6 +34301,21 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.HttpContentLength.Http" units="bytes">
+ <owner>ajo@chromium.org</owner>
+ <summary>Size of the response body for plain http responses.</summary>
+</histogram>
+
+<histogram name="Net.HttpContentLength.Https" units="bytes">
Alexei Svitkine (slow) 2017/04/11 18:44:12 Please use histogram_suffixes construct for these
+ <owner>ajo@chromium.org</owner>
+ <summary>Size of the response body for https responses.</summary>
+</histogram>
+
+<histogram name="Net.HttpContentLength.Video" units="bytes">
+ <owner>ajo@chromium.org</owner>
+ <summary>Size of the response body for video responses.</summary>
+</histogram>
+
<histogram name="Net.HttpContentLengthCacheable" units="bytes">
<owner>bengr@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698