Closed
Bug 1484024
Opened 7 years ago
Closed 7 years ago
Add Telemetry for DHE cipher usage in WebRTC
Categories
(Core :: WebRTC: Networking, enhancement, P2)
Core
WebRTC: Networking
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: drno, Assigned: drno)
References
Details
Attachments
(2 files)
No description provided.
| Assignee | ||
Comment 1•7 years ago
|
||
Added a Telemetry histrogram which collects which DTLS cipher got
negotiated when a RTCPeerConnection connected.
| Assignee | ||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Comment on attachment 9001771 [details]
Bug 1484024: add Telemetry histogram for DTLS ciphers on RTCPeerConnection
Martin Thomson [:mt:] has approved the revision.
Attachment #9001771 -
Flags: review+
| Assignee | ||
Comment 4•7 years ago
|
||
Data review request.
Attachment #9003700 -
Flags: review?(francois)
Comment 5•7 years ago
|
||
Comment on attachment 9001771 [details]
Bug 1484024: add Telemetry histogram for DTLS ciphers on RTCPeerConnection
François Marier [:francois] has approved the revision.
Attachment #9001771 -
Flags: review+
Comment 6•7 years ago
|
||
Comment on attachment 9003700 [details]
request.txt
1) Is there or will there be **documentation** that describes the schema for the ultimate data set available publicly, complete and accurate?
Yes, in Histograms.json.
2) Is there a control mechanism that allows the user to turn the data collection on and off?
Yes, telemetry setting.
3) If the request is for permanent data collection, is there someone who will monitor the data over time?**
Not permanent.
4) Using the **[category system of data types](https://wiki.mozilla.org/Firefox/Data_Collection)** on the Mozilla wiki, what collection type of data do the requested measurements fall under? **
Category 1.
5) Is the data collection request for default-on or default-off?
Default ON only in pre-release channels.
6) Does the instrumentation include the addition of **any *new* identifiers** (whether anonymous or otherwise; e.g., username, random IDs, etc. See the appendix for more details)?
No.
7) Is the data collection covered by the existing Firefox privacy notice?
Yes.
8) Does there need to be a check-in in the future to determine whether to renew the data?
No, telemetry alerts are fine.
Attachment #9003700 -
Flags: review?(francois) → review+
| Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by cbrindusan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/34ee6df8cb72
add Telemetry histogram for DTLS ciphers on RTCPeerConnection r=francois,mt
Keywords: checkin-needed
Comment 8•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•