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> |