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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2594373002: Add PendingEvents UMA to ConnectionEventTracker shutdown. (Closed)
Patch Set: Renamed histogram and nits Created 3 years, 12 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/connection_event_tracker.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 543fa7e2cc5986675dd7fe8705bbb80713bfbfd2..98130a4bf57722c29fc870bd06635e28bca28c85 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19102,6 +19102,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GCM.PendingConnectionEventsAtShutdown" units="events">
+ <owner>harkness@chromium.org</owner>
+ <summary>
+ Number of connection events which have not been sent to GCM. This is
+ recorded only at the time of shutdown to capture the events which are being
+ lost due to shutdown. Because this is recorded at shutdown, this is not
+ guaranteed to be complete and should be treated as a best effort record.
+ </summary>
+</histogram>
+
<histogram name="GCM.ReceivedDataMessageBurstSize" units="messages">
<owner>juyik@chromium.org</owner>
<summary>Number of messages in a received GCM data message burst.</summary>
« no previous file with comments | « google_apis/gcm/engine/connection_event_tracker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698