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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 974273004: Add Chrome OS enrollment status UMA stat (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 5 years, 9 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 225c79d5e87806224691c9907f6bd67ba636ff34..ade00db5c6db748fe3fe22a5c57794c5eec698c9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -40223,6 +40223,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="UMA.EnrollmentStatus" enum="EnrollmentStatus">
+ <owner>asvitkine@chromium.org</owner>
+ <owner>kaznacheev@chromium.org</owner>
+ <summary>
+ Logs the device enrollment status for Chrome OS device. Logged with every
+ UMA upload.
+ </summary>
+</histogram>
+
<histogram name="UMA.EntropySourceType" enum="UmaEntropySourceType">
<owner>asvitkine@chromium.org</owner>
<summary>
@@ -46807,6 +46816,12 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1" label="Screen unlocked (via EasyUnlock)"/>
</enum>
+<enum name="EnrollmentStatus" type="int">
+ <int value="0" label="Non-managed"/>
+ <int value="1" label="Managed EDU"/>
+ <int value="2" label="Managed non-EDU"/>
Thiemo Nagel 2015/03/06 06:03:29 In the future, I plan to extend this for other pla
Alexei Svitkine (slow) 2015/03/10 15:16:10 I'm not sure I'm understanding your suggestion. In
Thiemo Nagel 2015/03/10 15:37:12 My intent is to track "unmanaged" by not setting a
asvitkine_google 2015/03/11 14:36:03 Yes, this is problematic. Because if we see no val
+</enum>
+
<enum name="EnterpriseCheckError" type="int">
<summary>
Defined as DomainCheckErrors in

Powered by Google App Engine
This is Rietveld 408576698