Commit ce954697 authored by hashimoto's avatar hashimoto Committed by Commit Bot

Add histograms for dircrypto migration data size stats

Data is collected by Chrome OS side code https://chromium-review.googlesource.com/c/512482/

BUG=714935

Review-Url: https://codereview.chromium.org/2907123002
Cr-Commit-Position: refs/heads/master@{#476155}
parent c957fa5c
......@@ -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">
<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>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment