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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1992813004: Quota: Add metrics about the age and amount of data stored in temporary storage, and a metric about… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 6d7682c46829c760027c59316f3042722fc6447b..daa702fe158a0190da2c1cc929c05ad906d4fba5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -42900,6 +42900,57 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Quota.AmountDayOldData" units="MB">
+ <owner>micaheln@chromium.org</owner>
+ <summary>
+ Amount of data less than a day old in temporary storage. Logged hourly.
+ </summary>
+</histogram>
+
+<histogram name="Quota.AmountMonthOldData" units="MB">
+ <owner>micaheln@chromium.org</owner>
+ <summary>
+ Amount of one week to one month old data in temporary storage. Logged
+ hourly.
+ </summary>
+</histogram>
+
+<histogram name="Quota.AmountOverYearOldData" units="MB">
+ <owner>micaheln@chromium.org</owner>
+ <summary>
+ Amount of data older than one year in temporary storage. Logged hourly.
+ </summary>
+</histogram>
+
+<histogram name="Quota.AmountSixMonthOldData" units="MB">
+ <owner>micaheln@chromium.org</owner>
Ilya Sherman 2016/05/19 04:06:01 nit: typo in your username ;)
michaeln 2016/05/19 19:09:15 ooops, done, thnx
+ <summary>
+ Amount of three to six month old data in temporary storage. Logged hourly.
+ </summary>
+</histogram>
+
+<histogram name="Quota.AmountThreeMonthOldData" units="MB">
+ <owner>micaheln@chromium.org</owner>
+ <summary>
+ Amount of one to three month old data in temporary storage. Logged hourly.
+ </summary>
+</histogram>
+
+<histogram name="Quota.AmountWeekOldData" units="MB">
+ <owner>micaheln@chromium.org</owner>
+ <summary>
+ Amount of one day to one week old data in temporary storage. Logged hourly.
+ </summary>
+</histogram>
+
+<histogram name="Quota.AmountYearOldData" units="MB">
+ <owner>micaheln@chromium.org</owner>
+ <summary>
+ Amount of six month to one year old data in temporary storage. Logged
+ hourly.
+ </summary>
+</histogram>
+
<histogram name="Quota.AvailableDiskSpace" units="MB">
<owner>micaheln@chromium.org</owner>
<summary>
@@ -43046,6 +43097,30 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Number of unlimited origins using temporary storage.</summary>
</histogram>
+<histogram name="Quota.OriginAgeInDays" units="days">
+ <owner>michaeln@chromium.org</owner>
+ <summary>
+ How many days it's been since an origin's temporary storage has been
+ accessed. Logged hourly.
Ilya Sherman 2016/05/19 04:06:01 Hmm, this is logged hourly... for which origins?
michaeln 2016/05/19 19:09:15 For all origins with stored data, updated the comm
+ </summary>
+</histogram>
+
+<histogram name="Quota.QuotaForOrigin" units="MB">
+ <owner>michaeln@chromium.org</owner>
+ <summary>
+ The quota value computed for an origin using temporary storage. Logged at
+ irregular intervals.
Ilya Sherman 2016/05/19 04:06:01 "Logged at irregular intervals" is pretty mysterio
michaeln 2016/05/19 19:09:15 In the process of writing new data, storage system
Ilya Sherman 2016/05/19 22:31:16 I think it's worth going into this detail in the h
+ </summary>
+</histogram>
+
+<histogram name="Quota.QuotaForOriginIncognito" units="MB">
+ <owner>michaeln@chromium.org</owner>
+ <summary>
+ The quota value computed for an origin using temporary storage in an
+ incognito profile. Logged at irregular intervals.
+ </summary>
+</histogram>
+
<histogram name="Quota.SkippedEvictionRoundsPerHour">
<owner>tzik@chromium.org</owner>
<summary>Number of skipped eviction rounds in an hour.</summary>
« storage/browser/quota/quota_manager.cc ('K') | « storage/browser/quota/quota_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698