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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2735923002: Add Precache.Fetch.ResponseBytes.Daily. (Closed)
Patch Set: Don't report zero usage on first-time flow. Created 3 years, 9 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/precache/core/proto/quota.proto ('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 c2084d5e258b616d3dc75723ebcc454deee951d2..97f4f4628c6b2a69964626a57ab4eafb1ec8eb67 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -51699,6 +51699,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Precache.Fetch.ResponseBytes.Daily" units="bytes">
+ <owner>twifkak@chromium.org</owner>
+ <summary>
+ The total number of response bytes in 24 hours received over the network
+ from all prefetch requests, including config, manifests, and resources.
+ Logged during the next precache run after the 24 hours has elapsed.
+ </summary>
+</histogram>
+
<histogram name="Precache.Fetch.ResponseBytes.Network" units="bytes">
<owner>twifkak@chromium.org</owner>
<owner>bengr@chromium.org</owner>
« no previous file with comments | « components/precache/core/proto/quota.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698