Closed
Bug 1402221
Opened 8 years ago
Closed 8 years ago
Add Telemetry probe to find out rtcp-mux usage
Categories
(Core :: WebRTC: Networking, enhancement, P2)
Core
WebRTC: Networking
Tracking
()
RESOLVED
FIXED
mozilla58
| Tracking | Status | |
|---|---|---|
| firefox58 | --- | fixed |
People
(Reporter: drno, Assigned: drno)
References
Details
Attachments
(1 file)
Before we implement and potentially switch our rtcp-mux policy from negotiate to require we should try to figure out how often rtcp-mux gets rejected.
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → drno
Rank: 25
Priority: -- → P2
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8911066 [details]
Bug 1402221: add Telemetry probe to find out rtcp-mux usage.
https://reviewboard.mozilla.org/r/182530/#review187926
Attachment #8911066 -
Flags: review?(docfaraday) → review+
| Assignee | ||
Updated•8 years ago
|
Attachment #8911066 -
Flags: review?(francois)
Comment 3•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8911066 [details]
Bug 1402221: add Telemetry probe to find out rtcp-mux usage.
https://reviewboard.mozilla.org/r/182530/#review187996
datareview+, with the additional email
::: toolkit/components/telemetry/Histograms.json:9226
(Diff revision 1)
> "description": "Was DataChannels negotiated"
> },
> + "WEBRTC_RTCP_MUX": {
> + "record_in_processes": ["main", "content"],
> + "bug_numbers": [1402221],
> + "alert_emails": ["webrtc-telemetry-alerts@mozilla.com"],
Can you please add your email address in there too. We now ask for a person to be listed next to each probe.
Attachment #8911066 -
Flags: review?(francois) → review+
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Pushed by drno@ohlmeier.org:
https://hg.mozilla.org/integration/autoland/rev/376f91c694a4
add Telemetry probe to find out rtcp-mux usage. r=bwc,francois
Comment 7•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
You need to log in
before you can comment on or make changes to this bug.
Description
•