Commit 79e75dc1 authored by holmer's avatar holmer Committed by Commit bot

Add histograms for WebRTC estimated bitrate and pacer bitrate.

Metrics added to WebRTC here: https://chromium.googlesource.com/external/webrtc/+/18adf0a79d4a0ea124c7f27fd553382d0b0cb7ac

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

Cr-Commit-Position: refs/heads/master@{#361277}
parent 799e0bc8
......@@ -53231,6 +53231,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
<histogram name="WebRTC.Call.EstimatedSendBitrateInKbps" units="kbits/s">
<owner>holmer@chromium.org</owner>
<summary>
Average estimated send bitrate during a call, counted from first packet sent
until Call instance is destroyed. Only mesured for calls that are at least
10 seconds long.
</summary>
</histogram>
<histogram name="WebRTC.Call.PacerBitrateInKbps" units="kbits/s">
<owner>holmer@chromium.org</owner>
<summary>
Average pacer bitrate during a call, counted from first packet sent until
Call instance is destroyed. Only mesured for calls that are at least 10
seconds long.
</summary>
</histogram>
<histogram name="WebRTC.Call.RtcpBitrateReceivedInBps" units="bits/s">
<owner>holmer@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