Closed
Bug 1954708
Opened 1 year ago
Closed 1 year ago
dns.lookup_method telemetry records multiple lookup-methods for the same lookup
Categories
(Core :: Networking: DNS, defect, P2)
Core
Networking: DNS
Tracking
()
RESOLVED
FIXED
138 Branch
| Tracking | Status | |
|---|---|---|
| firefox138 | --- | fixed |
People
(Reporter: omansfeld, Assigned: omansfeld)
References
Details
(Whiteboard: [necko-priority-next][necko-triaged])
Attachments
(1 file)
We are possibly counting both METHOD_HIT and METHOD_NEGATIVE_HIT here for the same lookup. We're also possibly counting both METHOD_HIT and METHOD_RENEWAL inside of ConditionallyRefreshRecord(...).
I'll be adding a nsHostRecord::IsRenewal boolean that's set to true where we currently record METHOD_RENEWAL for Bug 1952221 - that should be useful for seperating those recordings inside of FromCache(...).
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Severity: N/A → S3
Pushed by omansfeld@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6b7d59d34cf5
lookup_method telemetry now only records one lookup-method per lookup. r=necko-reviewers,valentin
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•