Closed
Bug 1473333
Opened 3 years ago
Closed 3 years ago
Log success rates with telemetry probe in HttpChannel onstartrequest
Categories
(Core :: Networking: HTTP, enhancement, P1)
Core
Networking: HTTP
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: bagder, Assigned: bagder)
Details
(Whiteboard: [necko-triaged][trr])
Attachments
(3 files)
With a probe there that logs the HTTP success rate at this point, we should be able to compare error rates for users using TRR with those that don't use TRR.
Assignee | ||
Comment 1•3 years ago
|
||
To measure success rate in nsHttpChannel::OnStartRequest MozReview-Commit-ID: Jb2ixouu6zU
Comment 2•3 years ago
|
||
Hi! New data collections are subject to Data Collection Review by a Data Steward: https://wiki.mozilla.org/Firefox/Data_Collection (It's just a short "form" to fill out, then getting an r? from a Steward)
Comment 3•3 years ago
|
||
Comment on attachment 8989918 [details] bug 1473333 - add Telemetry probe HTTP_CHANNEL_ONSTART_SUCCESS Patrick McManus [:mcmanus] has approved the revision. https://phabricator.services.mozilla.com/D1963
Attachment #8989918 -
Flags: review+
Assignee | ||
Comment 4•3 years ago
|
||
Data Collection Review for Telemetry::HTTP_CHANNEL_ONSTART_SUCCESS
Attachment #8990215 -
Flags: review?(francois)
Comment 5•3 years ago
|
||
Comment on attachment 8990215 [details] telemetry-http_chanel_onstart_success.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?** Yes, Daniel Stenberg. 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? (Yes/No) No, permanent.
Attachment #8990215 -
Flags: review?(francois) → review+
Assignee | ||
Comment 6•3 years ago
|
||
(Unable to land this in lando, bug 1473810, I'm taking this route instead)
Attachment #8989918 -
Attachment is obsolete: true
Attachment #8990656 -
Flags: review+
Assignee | ||
Updated•3 years ago
|
Keywords: checkin-needed
Pushed by rgurzau@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/ce3885524a1e add Telemetry probe HTTP_CHANNEL_ONSTART_SUCCESS r=mcmanus
Keywords: checkin-needed
Comment 8•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ce3885524a1e
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•3 years ago
|
Attachment #8989918 -
Attachment is obsolete: false
You need to log in
before you can comment on or make changes to this bug.
Description
•