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

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

Issue 2339393002: Separate ARC++ Provisioning Histogram into managed and unmanaged (Closed)
Patch Set: Build histogram name 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 edfe252772965e0350e02f6d75f453a54ef84ed6..943a6d5ece37015aa83ed5906441c4fe93385958 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1209,6 +1209,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>
@@ -1216,6 +1220,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>
jwd 2016/09/19 14:58:33 You could use suffixes for this, you'd need to kee
+
<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