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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2338563003: Record UMA for total data usage consumed by Chromium (Closed)
Patch Set: rebased, addressed gayane comment Created 4 years, 2 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_use_measurement/content/data_use_measurement.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 71f1ae2eabbb39d421eaff693580e2f0411daf8b..fb1c5834776044af9ff1126e004590fd3f75cf43 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8543,6 +8543,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DataUse.BytesReceived" units="bytes">
+ <owner>tbansal@chromium.org</owner>
+ <summary>Count of total bytes received by the Chrome on the network.</summary>
+</histogram>
+
+<histogram name="DataUse.BytesSent" units="bytes">
+ <owner>tbansal@chromium.org</owner>
+ <summary>Count of total bytes sent by the Chrome on the network.</summary>
+</histogram>
+
<histogram name="DataUse.MessageSize" units="bytes">
<owner>amohammadkhan@chromium.org</owner>
<owner>bengr@chromium.org</owner>
@@ -101374,6 +101384,15 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="DataUsage.ReportSubmission.Bytes"/>
</histogram_suffixes>
+<histogram_suffixes name="DataUse.Bytes" separator=".">
+ <suffix name="Delegate" label="As reported by the network delegate."/>
+ <suffix name="OS"
+ label="As reported by the operating system. Currently logged only on
+ Android."/>
+ <affected-histogram name="DataUse.BytesReceived"/>
+ <affected-histogram name="DataUse.BytesSent"/>
+</histogram_suffixes>
+
<histogram_suffixes name="DataUse.Dimensions" separator=".">
<suffix name="Upstream.Background.NotCellular"/>
<suffix name="Upstream.Background.Cellular"/>
« no previous file with comments | « components/data_use_measurement/content/data_use_measurement.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698