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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1167753002: Add more UMAs for Instance ID (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address more feedback Created 5 years, 6 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 | « google_apis/gcm/engine/unregistration_request.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 4cd6fc81fc082bab27945e135322d81cb872a5d2..b1b0882e30f997d5481478ab105b9b9a63ba88b9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -13718,6 +13718,26 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="InstanceID.DeleteToken.CompleteTime" units="milliseconds">
+ <owner>jianli@chromium.org</owner>
+ <summary>
+ Length of time taken to complete the DeleteToken request successfully. If
+ the request is retried multiple times, the length of time is counted for the
+ last successful retry.
+ </summary>
+</histogram>
+
+<histogram name="InstanceID.DeleteToken.RequestStatus"
+ enum="GCMUnregistrationRequestStatus">
+ <owner>juyik@chromium.org</owner>
+ <summary>Status code of the outcome of DeleteToken request.</summary>
+</histogram>
+
+<histogram name="InstanceID.DeleteToken.RetryCount">
+ <owner>jianli@chromium.org</owner>
+ <summary>Number of retries before DeleteToken succeeds.</summary>
+</histogram>
+
<histogram name="InstanceID.Enabled" enum="BooleanEnabled">
<owner>jianli@chromium.org</owner>
<summary>
@@ -13726,6 +13746,40 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="InstanceID.GetToken.CompleteTime" units="milliseconds">
+ <owner>jianli@chromium.org</owner>
+ <summary>
+ Length of time taken to complete the GetToken request successfully. If the
+ request is retried multiple times, the length of time is counted for the
+ last successful retry.
+ </summary>
+</histogram>
+
+<histogram name="InstanceID.GetToken.RequestStatus"
+ enum="GCMUnregistrationRequestStatus">
+ <owner>juyik@chromium.org</owner>
+ <summary>Status code of the outcome of GetToken request.</summary>
+</histogram>
+
+<histogram name="InstanceID.GetToken.RetryCount">
+ <owner>jianli@chromium.org</owner>
+ <summary>Number of retries before GetToken succeeds.</summary>
+</histogram>
+
+<histogram name="InstanceID.RestoredIDCount">
+ <owner>jianli@chromium.org</owner>
+ <summary>
+ Number of Instance IDs restored from the persistent store at startup.
+ </summary>
+</histogram>
+
+<histogram name="InstanceID.RestoredTokenCount">
+ <owner>jianli@chromium.org</owner>
+ <summary>
+ Number of InstanceID tokens restored from the persistent store at startup.
+ </summary>
+</histogram>
+
<histogram name="Instant.InstantControllerEvent" enum="InstantControllerEvent">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
« no previous file with comments | « google_apis/gcm/engine/unregistration_request.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698