Commit bb0f3e6a authored by holmer's avatar holmer Committed by Commit bot

Add UMA metrics for the initial (after two seconds) packet loss and bandwidth...

Add UMA metrics for the initial (after two seconds) packet loss and bandwidth estimate of a WebRTC call.

BUG=425925

Review URL: https://codereview.chromium.org/700523002

Cr-Commit-Position: refs/heads/master@{#302597}
parent 90ec5d34
......@@ -39689,6 +39689,25 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
<histogram name="WebRTC.BWE.InitialBandwidthEstimate" units="kbits/s">
<owner>holmer@chromium.org</owner>
<summary>The bandwidth estimate 2 seconds into a WebRTC call.</summary>
</histogram>
<histogram name="WebRTC.BWE.InitiallyLostPackets" units="packets">
<owner>holmer@chromium.org</owner>
<summary>
The number of video packets lost durig the first 2 seconds in a WebRTC call.
</summary>
</histogram>
<histogram name="WebRTC.BWE.InitialRtt" units="ms">
<owner>holmer@chromium.org</owner>
<summary>
The round-trip time as measured 2 seconds into a WebRTC call.
</summary>
</histogram>
<histogram name="WebRTC.DataChannelCounters" enum="DataChannelCounters">
<owner>perkj@chromium.org</owner>
<summary>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment