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

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

Issue 385983007: Enrollment recovery: Add UMA stats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix UMA_HISTOGRAM_ENUMERATION() call. Created 6 years, 5 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 | « components/policy/core/common/cloud/enterprise_metrics.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 1374c6a8e1b185e623e53d97f74f13ca3128b708..2bdad209bca30e462eb53c0082b52353a6c052c0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5332,6 +5332,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Enterprise.EnrollmentRecovery" enum="EnterpriseEnrollmentType">
+ <owner>tnagel@chromium.org</owner>
+ <summary>Events related to Chrome OS enterprise enrollment recovery.</summary>
+</histogram>
+
<histogram name="Enterprise.IOSPolicies">
<owner>joaodasilva@chromium.org</owner>
<summary>
@@ -37072,6 +37077,10 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="23" label="Domain mismatch">
Enrollment failed because the device belongs to a different domain.
</int>
+ <int value="24" label="Triggered">
+ Enrollment has been triggered, the credential screen has been shown.
+ </int>
+ <int value="25" label="Retried">The user retried to submit credentials.</int>
</enum>
<enum name="EnterprisePolicies" type="int">
« no previous file with comments | « components/policy/core/common/cloud/enterprise_metrics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698