summaryrefslogtreecommitdiffstats
path: root/tools/metrics
diff options
context:
space:
mode:
authorckrasic <ckrasic@chromium.org>2016-03-24 13:53:22 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-24 20:55:41 +0000
commit4be6c6b16df4aefa350dd73ecb597e32729805c7 (patch)
tree8f5dfa9c7e33c6ba0a5ae5cde548ff9c3fda3458 /tools/metrics
parent1cb4c0e1be53447096ae11f820bb408b71184682 (diff)
downloadchromium_src-4be6c6b16df4aefa350dd73ecb597e32729805c7.zip
chromium_src-4be6c6b16df4aefa350dd73ecb597e32729805c7.tar.gz
chromium_src-4be6c6b16df4aefa350dd73ecb597e32729805c7.tar.bz2
QUIC: Add UMA logging for Net.QuicSession.Pushed*
To track HTTP 2.0 server push usage in QUIC. R=rch@chromium.org BUG= Review URL: https://codereview.chromium.org/1822843002 Cr-Commit-Position: refs/heads/master@{#383143}
Diffstat (limited to 'tools/metrics')
-rw-r--r--tools/metrics/histograms/histograms.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index fcb8cf8..15640b6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -27605,6 +27605,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Net.QuicSession.Pushed" units="count">
+ <owner>ckrasic@chromium.org</owner>
+ <summary>
+ The number of push streams received when the session is closed.
+ </summary>
+</histogram>
+
+<histogram name="Net.QuicSession.PushedAndClaimed" units="count">
+ <owner>ckrasic@chromium.org</owner>
+ <summary>
+ The number of pushed and used streams when the session is closed.
+ </summary>
+</histogram>
+
<histogram name="Net.QuicSession.QuicVersion">
<owner>rch@chromium.org</owner>
<summary>Version of the QUIC protocol used for this connection.</summary>