Commit 2be010bb authored by Harald Alvestrand's avatar Harald Alvestrand Committed by Chromium LUCI CQ

Update expiry of SDP version and DTLS histograms

This makes SDP version monitoring histograms survive for a few
more months, given that we don't have an end date for Plan B support.

It also resurrects monitoring of the usage of SDES, and adds a role
mailing list to the owners list of a few more.

Bug: chromium:1149521
Change-Id: Iab47982c5444c7db8c54ab9767ec5d2aff2a3f03
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2544603
Commit-Queue: Harald Alvestrand <hta@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Reviewed-by: default avatarHenrik Boström <hbos@chromium.org>
Reviewed-by: default avatarWeilun Shi <sweilun@chromium.org>
Cr-Commit-Position: refs/heads/master@{#832232}
parent 93ee18cf
......@@ -1209,20 +1209,24 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
</histogram>
<histogram name="WebRTC.PeerConnection.KeyProtocol"
enum="PeerConnectionKeyProtocol" expires_after="M82">
enum="PeerConnectionKeyProtocol" expires_after="2021-07-01">
<owner>hta@chromium.org</owner>
<owner>webrtc-dev@chromium.org</owner>
<summary>
What key exchange protocol (DTLS or SDES) is used to establish the crypto
keys for a PeerConnection's RTP transport.
keys for a PeerConnection's RTP transport. Note: This histogram was expired
after M82, and resurrected in M89.
</summary>
</histogram>
<histogram name="WebRTC.PeerConnection.KeyProtocolByMedia"
enum="PeerConnectionKeyProtocolByMedia" expires_after="M82">
enum="PeerConnectionKeyProtocolByMedia" expires_after="2021-07-01">
<owner>hta@chromium.org</owner>
<owner>webrtc-dev@chromium.org</owner>
<summary>
What key exchange protocol (DTLS or SDES) is used to establish the crypto
keys for a PeerConnection's RTP transport, specified per media type.
keys for a PeerConnection's RTP transport, specified per media type. Note:
This histogram was expired after M82, and resurrected in M89.
</summary>
</histogram>
......@@ -1327,6 +1331,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
enum="PeerConnectionSdpFormatReceived" expires_after="2021-04-04">
<owner>steveanton@chromium.org</owner>
<owner>hta@chromium.org</owner>
<owner>webrtc-dev@chromium.org</owner>
<summary>
What SDP format is received in the remote offer. The value &quot;no
tracks&quot; means that no audio or video tracks were received. The value
......@@ -1343,6 +1348,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
enum="PeerConnectionSdpFormatReceived" expires_after="2021-04-04">
<owner>steveanton@chromium.org</owner>
<owner>hta@chromium.org</owner>
<owner>webrtc-dev@chromium.org</owner>
<summary>
What SDP format is received in the remote answer. See
WebRTC.PeerConnection.SdpFormatReceived for the description of the values.
......@@ -1366,6 +1372,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
<histogram name="WebRTC.PeerConnection.SdpSemanticRequested"
enum="PeerConnectionSdpSemanticRequested" expires_after="2021-05-16">
<owner>hta@chromium.org</owner>
<owner>webrtc-dev@chromium.org</owner>
<summary>
What SDP semantic (Unified Plan, Plan B or &quot;use default&quot;) has been
asked for by the creator of a PeerConnection.
......
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