Closed
Bug 1227708
Opened 10 years ago
Closed 10 years ago
Differentiate ICE_SUCCESS_RATE telemetry for loop vs webrtc
Categories
(Core :: WebRTC, defect, P1)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla45
| Tracking | Status | |
|---|---|---|
| firefox45 | --- | fixed |
| backlog | webrtc/webaudio+ |
People
(Reporter: jib, Assigned: jib)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
|
40 bytes,
text/x-review-board-request
|
jesup
:
review+
|
Details |
|
2.25 KB,
patch
|
Details | Diff | Splinter Review |
Histograms already exist: "WEBRTC_ICE_SUCCESS_RATE" and "LOOP_ICE_SUCCESS_RATE".
| Assignee | ||
Comment 1•10 years ago
|
||
Bug 1227708 - Differentiate ICE_SUCCESS_RATE telemetry for loop vs webrtc
Attachment #8691548 -
Flags: review?(rjesup)
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jib
Updated•10 years ago
|
Attachment #8691548 -
Flags: review?(rjesup) → review+
Comment 2•10 years ago
|
||
Comment on attachment 8691548 [details]
MozReview Request: Bug 1227708 - Differentiate ICE_SUCCESS_RATE telemetry for loop vs webrtc
https://reviewboard.mozilla.org/r/26135/#review23931
::: dom/media/PeerConnection.js:1328
(Diff revision 1)
> - var histogram = Services.telemetry.getHistogramById("WEBRTC_ICE_SUCCESS_RATE");
> + var id = this._dompc._isLoop ? "WEBRTC_ICE_SUCCESS_RATE" : "LOOP_ICE_SUCCESS_RATE";
Not sure we need a var for something used once, but that's a style nit, and it's probably easier to read (though 'id' is pretty generic a name).
| Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8691548 [details]
MozReview Request: Bug 1227708 - Differentiate ICE_SUCCESS_RATE telemetry for loop vs webrtc
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/26135/diff/1-2/
| Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Updated•10 years ago
|
backlog: --- → webrtc/webaudio+
Rank: 15
Priority: -- → P1
Comment 4•10 years ago
|
||
un-bitrotted; will land when the tree opens unless the sheriffs get it first
Keywords: checkin-needed
Comment 6•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
You need to log in
before you can comment on or make changes to this bug.
Description
•