| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index d472046d3fcdc09c8e1ace30f56c1b13ace8eb28..471eed2eda25123615d4e013fc8fd40c131861d4 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -8194,6 +8194,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <summary>Net error results from GCM connection attempts.</summary>
|
| </histogram>
|
|
|
| +<histogram name="GCM.ConnectionLatency" units="milliseconds">
|
| + <owner>juyik@chromium.org</owner>
|
| + <summary>
|
| + The time between the initiation of a connection and the successful
|
| + completion of it.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="GCM.ConnectionResetReason" enum="GCMConnectionResetReason">
|
| <owner>zea@chromium.org</owner>
|
| <summary>Reasons for GCM connection resets.</summary>
|
| @@ -8215,6 +8223,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="GCM.FirstReceivedDataMessageLatencyAfterConnection"
|
| + units="milliseconds">
|
| + <owner>juyik@chromium.org</owner>
|
| + <summary>
|
| + The time between the successful completion of the connection and the arrival
|
| + of the first data message.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="GCM.LoadSucceeded" enum="BooleanSuccess">
|
| <owner>zea@chromium.org</owner>
|
| <summary>
|
|
|