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

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

Issue 2373473003: Separate ARC++ Provisioning Histogram into managed and unmanaged (Closed)
Patch Set: Created 4 years, 3 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/chromeos/arc/arc_optin_uma.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 01046f244f4e5212b403acaf923607aa841a7fca..3abb3fc4842d404f5880fc8d22c018025272fd31 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1227,6 +1227,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Arc.Provisioning.Result" enum="ArcProvisioningResult">
+ <obsolete>
+ Deprecated on 2016-09-15 and replaced by Arc.Provisioning.Result.Managed and
+ Arc.Provisioning.Result.Unmanaged.
+ </obsolete>
<owner>alexchau@google.com</owner>
<owner>phweiss@google.com</owner>
<summary>
@@ -1234,6 +1238,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Arc.Provisioning.Result.Managed" enum="ArcProvisioningResult">
+ <owner>alexchau@google.com</owner>
+ <owner>phweiss@google.com</owner>
+ <summary>
+ The result (success or the type of failure) of ARC provisioning on managed
+ devices.
+ </summary>
+</histogram>
+
+<histogram name="Arc.Provisioning.Result.Unmanaged"
+ enum="ArcProvisioningResult">
+ <owner>alexchau@google.com</owner>
+ <owner>phweiss@google.com</owner>
+ <summary>
+ The result (success or the type of failure) of ARC provisioning on unmanaged
+ devices.
+ </summary>
+</histogram>
+
<histogram name="Arc.Provisioning.TimeDelta.Failure.Managed" units="ms">
<owner>alexchau@google.com</owner>
<owner>phweiss@google.com</owner>
« no previous file with comments | « chrome/browser/chromeos/arc/arc_optin_uma.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698