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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2907123002: Add histograms for dircrypto migration data size stats (Closed)
Patch Set: Created 3 years, 6 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 | « no previous file | 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 5fdc25829c7c6402f41f31911c38061a5b1d2951..ea5a3d168e47431b0199c6540580d2121fd35732 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9739,6 +9739,23 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Cryptohome.DircryptoMigrationTotalByteCountInMb" units="MB">
Ilya Sherman 2017/05/30 19:46:24 nit: If you hadn't already landed the ChromeOS cha
+ <owner>hashimoto@chromium.org</owner>
+ <summary>
+ The total byte count (MB) of the data in a user's home directory which is
+ being migrated from ecryptfs to ext4-crypto. This is logged once when a new
+ migration starts.
+ </summary>
+</histogram>
+
+<histogram name="Cryptohome.DircryptoMigrationTotalFileCount">
+ <owner>hashimoto@chromium.org</owner>
+ <summary>
+ The total file count in a user's home directory which is being migrated from
+ ecryptfs to ext4-crypto. This is logged once when a new migration starts.
+ </summary>
+</histogram>
+
<histogram name="Cryptohome.Errors" enum="CryptohomeError">
<owner>dkrahn@chromium.org</owner>
<summary>Cryptohome errors.</summary>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698