Skip to content

Commit 2be010b

Browse files
alvestrandChromium LUCI CQ
authored andcommitted
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 <[email protected]> Reviewed-by: Ilya Sherman <[email protected]> Reviewed-by: Henrik Boström <[email protected]> Reviewed-by: Weilun Shi <[email protected]> Cr-Commit-Position: refs/heads/master@{#832232}
1 parent 93ee18c commit 2be010b

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

tools/metrics/histograms/histograms_xml/web_rtc/histograms.xml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,20 +1209,24 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
12091209
</histogram>
12101210

12111211
<histogram name="WebRTC.PeerConnection.KeyProtocol"
1212-
enum="PeerConnectionKeyProtocol" expires_after="M82">
1212+
enum="PeerConnectionKeyProtocol" expires_after="2021-07-01">
12131213
<owner>[email protected]</owner>
1214+
<owner>[email protected]</owner>
12141215
<summary>
12151216
What key exchange protocol (DTLS or SDES) is used to establish the crypto
1216-
keys for a PeerConnection's RTP transport.
1217+
keys for a PeerConnection's RTP transport. Note: This histogram was expired
1218+
after M82, and resurrected in M89.
12171219
</summary>
12181220
</histogram>
12191221

12201222
<histogram name="WebRTC.PeerConnection.KeyProtocolByMedia"
1221-
enum="PeerConnectionKeyProtocolByMedia" expires_after="M82">
1223+
enum="PeerConnectionKeyProtocolByMedia" expires_after="2021-07-01">
12221224
<owner>[email protected]</owner>
1225+
<owner>[email protected]</owner>
12231226
<summary>
12241227
What key exchange protocol (DTLS or SDES) is used to establish the crypto
1225-
keys for a PeerConnection's RTP transport, specified per media type.
1228+
keys for a PeerConnection's RTP transport, specified per media type. Note:
1229+
This histogram was expired after M82, and resurrected in M89.
12261230
</summary>
12271231
</histogram>
12281232

@@ -1327,6 +1331,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
13271331
enum="PeerConnectionSdpFormatReceived" expires_after="2021-04-04">
13281332
<owner>[email protected]</owner>
13291333
<owner>[email protected]</owner>
1334+
<owner>[email protected]</owner>
13301335
<summary>
13311336
What SDP format is received in the remote offer. The value &quot;no
13321337
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.
13431348
enum="PeerConnectionSdpFormatReceived" expires_after="2021-04-04">
13441349
<owner>[email protected]</owner>
13451350
<owner>[email protected]</owner>
1351+
<owner>[email protected]</owner>
13461352
<summary>
13471353
What SDP format is received in the remote answer. See
13481354
WebRTC.PeerConnection.SdpFormatReceived for the description of the values.
@@ -1366,6 +1372,7 @@ reviews. Googlers can read more about this at go/gwsq-gerrit.
13661372
<histogram name="WebRTC.PeerConnection.SdpSemanticRequested"
13671373
enum="PeerConnectionSdpSemanticRequested" expires_after="2021-05-16">
13681374
<owner>[email protected]</owner>
1375+
<owner>[email protected]</owner>
13691376
<summary>
13701377
What SDP semantic (Unified Plan, Plan B or &quot;use default&quot;) has been
13711378
asked for by the creator of a PeerConnection.

0 commit comments

Comments
 (0)