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

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

Issue 295103013: Add UMA for policy load result of enrolled Chrome OS devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 4acd7674c4777fd6ac52a8ad8c407efa76b06fd4..5591b01d66f1fba2b15c57feb2bae56220f2dc17 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4937,6 +4937,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Enterprise.EnrolledPolicyLoad" enum="EnterpriseDeviceSettingsServiceStatusType">
+ <owner>tnagel@chromium.org</owner>
+ <summary>
+ Status of loading device policy on an enterprise-enrolled (checked against
+ install_attributes.pb) Chrome OS device. Filled once during session
+ startup, after first successful device policy read.
+ </summary>
+</histogram>
+
<histogram name="Enterprise.ONC.PolicyValidation" enum="BooleanSuccess">
<owner>joaodasilva@chromium.org</owner>
<summary>Result of the OpenNetworkConfiguration policy validation.</summary>
@@ -33315,6 +33324,17 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="902" label="SERVICE_POLICY_NOT_FOUND"/>
</enum>
+<enum name="EnterpriseDeviceSettingsServiceStatusType" type="int">
+ <int value="0" label="Success"/>
+ <int value="1" label="Key unavailable"/>
+ <int value="2" label="Policy error"/>
+ <int value="3" label="Operation failed"/>
+ <int value="4" label="No policy"/>
+ <int value="5" label="Invalid policy"/>
+ <int value="6" label="Validation error"/>
+ <int value="7" label="Success but has no DM token"/>
+</enum>
+
<enum name="EnterpriseDMTokenType" type="int">
<summary>
Result of DMToken operations as defined in

Powered by Google App Engine
This is Rietveld 408576698