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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 409653004: Record latencies of connection and arrival of first message in UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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
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>

Powered by Google App Engine
This is Rietveld 408576698