| 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>
|
|
|