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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2471433003: [GCM] Update ResetStore histograms (Closed)
Patch Set: Mark old histo as obsolete Created 4 years, 1 month 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 | « components/gcm_driver/gcm_client_impl_unittest.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 cdbc1e03a7b539b67c5c89433caa24dc467f0024..12942eaab6da1fb9524d904f0fe23bfdfb6ca842 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18446,11 +18446,27 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="GCM.ResetStore" enum="GCMResetStoreError">
<owner>jianli@chromium.org</owner>
+ <obsolete>
+ Deprecated in M56 in favor of GCM.ResetStoreError
+ </obsolete>
<summary>
Reports the problem encountered when resetting the GCM store.
</summary>
</histogram>
+<histogram name="GCM.ResetStoreError" enum="GCMResetStoreError">
+ <owner>jianli@chromium.org</owner>
Peter Beverloo 2016/11/02 18:05:58 nit: zea@ since Jian doesn't work on the GCM Drive
Nicolas Zea 2016/11/02 18:27:11 Done.
+ <summary>
+ Reports the problem encountered when resetting the GCM store. Prior to M56
+ this was reported as &quot;GCM.ResetStore&quot;.
+ </summary>
+</histogram>
+
+<histogram name="GCM.ResetStoreReason" enum="GCMResetStoreReason">
+ <owner>zea@chromium.org</owner>
+ <summary>Reports the reason for resetting the GCM store.</summary>
+</histogram>
+
<histogram name="GCM.RestoredIncomingMessages">
<owner>zea@chromium.org</owner>
<summary>
@@ -86131,6 +86147,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1" label="Infinite store reset"/>
</enum>
+<enum name="GCMResetStoreReason" type="int">
+ <int value="0" label="Load failure"/>
+ <int value="1" label="Checkin rejected"/>
+</enum>
+
<enum name="GCMSendMessageStatus" type="int">
<int value="0" label="Message queued"/>
<int value="1" label="Message sent to the server, ACK received"/>
« no previous file with comments | « components/gcm_driver/gcm_client_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698