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

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

Issue 595683002: Gather metrics on hosted app unlimitedStorage usage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 ac259066e8c9865946a426d5b369ec492506e015..1d86cb2e1cfff53741b8ef9a22797f3b34e0922b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -7639,6 +7639,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Extensions.HostedAppUnlimitedStorageUsage" units="kilobytes">
Mark P 2014/09/23 17:12:58 Usually for better table formatting we use the sho
Devlin 2014/09/23 20:58:04 Done.
+ <owner>rdevlin.cronin@chromium.org</owner>
+ <summary>
+ The usage (in kilobytes) of a hosted app with the unlimitedStorage api
+ permission, recorded once per run per app the first time we load storage for
+ the hosted app.
+ </summary>
+</histogram>
+
<histogram name="Extensions.IncognitoAllowed">
<owner>kalman@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698