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

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

Issue 2871493002: cros: Add UMA metrics in encryption migration UI. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/encryption_migration_screen_handler.cc ('k') | 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 2f0ea14f3e06409b67e69a1cd3e9ba265358d214..620b92bb930601df1743313df4875f003bb9ee54 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9523,6 +9523,35 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Cryptohome.MigrationUI.ConsumedBatteryPercent" units="%">
+ <owner>fukino@chromium.org</owner>
+ <summary>
+ The amount of consumed battery level during cryptohome encryption migration.
+ This is logged when the battery level decreases during migration, and the
+ data is used to check if the minimum battery level required to start
+ migration is appropriate.
+ </summary>
+</histogram>
+
+<histogram name="Cryptohome.MigrationUI.FirstScreen"
+ enum="MigrationUIFirstScreen">
+ <owner>fukino@chromium.org</owner>
+ <summary>
+ The first screen in the encryption migration UI, which is shown when a user
+ attempts to log in to the system and old encryption (eCryptfs) is detected.
+ </summary>
+</histogram>
+
+<histogram name="Cryptohome.MigrationUI.UserChoice"
+ enum="MigrationUIUserChoice">
+ <owner>fukino@chromium.org</owner>
+ <summary>
+ User's choice when the system is ready to migrate encryption. The user can
+ start migration or skip it. It is used to know how many users have skipped
+ migration.
+ </summary>
+</histogram>
+
<histogram name="Cryptohome.TimeToCompleteDircryptoMigration" units="ms">
<owner>dspaid@chromium.org</owner>
<summary>
@@ -104181,6 +104210,17 @@ from previous Chrome versions.
<int value="2" label="IPsec"/>
</enum>
+<enum name="MigrationUIFirstScreen" type="int">
+ <int value="0" label="Ready"/>
+ <int value="1" label="Resume"/>
+ <int value="2" label="LowStorage"/>
+</enum>
+
+<enum name="MigrationUIUserChoice" type="int">
+ <int value="0" label="Update"/>
+ <int value="1" label="Skip"/>
+</enum>
+
<enum name="MissingStartType" type="int">
<int value="0" label="Nothing missing"/>
<int value="1" label="Start missing"/>
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/encryption_migration_screen_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698