Closed
Bug 1172689
Opened 10 years ago
Closed 9 years ago
Add telemetry for application reputation remote lookup timeouts
Categories
(Toolkit :: Safe Browsing, defect, P5)
Toolkit
Safe Browsing
Tracking
()
RESOLVED
FIXED
mozilla50
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: francois, Assigned: tnguyen)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
It would be useful to know how often these completions timeout when trying to reach Google's servers.
Reporter | ||
Comment 1•9 years ago
|
||
We should collect the same telemetry as in bug 1172688.
Component: Download Manager → Safe Browsing
Priority: -- → P5
Whiteboard: tpe-seceng
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → tnguyen
Reporter | ||
Updated•9 years ago
|
Whiteboard: tpe-seceng
Assignee | ||
Updated•9 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/65506/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/65506/
Attachment #8772741 -
Flags: review?(francois)
Assignee | ||
Comment 3•9 years ago
|
||
Comment on attachment 8772741 [details]
Bug 1172689 - Add telemetry for application reputation remote lookup timeouts.
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/65506/diff/1-2/
Assignee | ||
Comment 4•9 years ago
|
||
Hi Francois
Could you please take a look?
If you are in high review load now :), please pass it to who would be good to review it.
The telemetry will be expired in version 53.
Thanks
Reporter | ||
Comment 5•9 years ago
|
||
Comment on attachment 8772741 [details]
Bug 1172689 - Add telemetry for application reputation remote lookup timeouts.
https://reviewboard.mozilla.org/r/65506/#review62732
datareview+ and r+ but change the expiry to 55 as mentioned below
::: toolkit/components/telemetry/Histograms.json:93
(Diff revision 2)
> "kind": "boolean",
> "description": "Application reputation query count (both local and remote)"
> },
> + "APPLICATION_REPUTATION_REMOTE_LOOKUP_TIMEOUT": {
> + "alert_emails": ["gcp@mozilla.com", "francois@mozilla.com"],
> + "expires_in_version": "53",
Let's give ourselves 6 releases (Firefox 55) to examine this data.
Attachment #8772741 -
Flags: review?(francois) → review+
Reporter | ||
Comment 6•9 years ago
|
||
Before landing please test this manually.
To get a remote lookup to timeout, you can change the browser.safebrowsing.downloads.remote.url to point to an instance of https://github.com/fmarier/stalling-server/blob/master/index.js running on localhost.
Assignee | ||
Comment 7•9 years ago
|
||
Comment on attachment 8772741 [details]
Bug 1172689 - Add telemetry for application reputation remote lookup timeouts.
https://reviewboard.mozilla.org/r/65506/#review62748
Attachment #8772741 -
Flags: review?(tnguyen)
Assignee | ||
Comment 8•9 years ago
|
||
Comment on attachment 8772741 [details]
Bug 1172689 - Add telemetry for application reputation remote lookup timeouts.
https://reviewboard.mozilla.org/r/65506/#review62750
Attachment #8772741 -
Flags: review?(tnguyen)
Assignee | ||
Comment 9•9 years ago
|
||
Comment on attachment 8772741 [details]
Bug 1172689 - Add telemetry for application reputation remote lookup timeouts.
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/65506/diff/2-3/
Assignee | ||
Comment 10•9 years ago
|
||
Updated and moved the telemetry to record only remote lookup.
Assignee | ||
Comment 11•9 years ago
|
||
Please ignore reviewboard's trivial message here, I am playing with reviewboard, trying to resend and change review request :)
Assignee | ||
Comment 12•9 years ago
|
||
Manual test is ok.
Try
https://treeherder.mozilla.org/#/jobs?repo=try&revision=d0e6c48dc113&selectedJob=24278928
Assignee | ||
Comment 13•9 years ago
|
||
Still need to ask you to review again before landing for comment 10, moved the telemetry to record only when remote lookup.
Assignee | ||
Updated•9 years ago
|
Attachment #8772741 -
Flags: review+ → review?(francois)
Reporter | ||
Updated•9 years ago
|
Attachment #8772741 -
Flags: review?(francois) → review+
Reporter | ||
Comment 14•9 years ago
|
||
Comment on attachment 8772741 [details]
Bug 1172689 - Add telemetry for application reputation remote lookup timeouts.
https://reviewboard.mozilla.org/r/65506/#review63726
Assignee | ||
Comment 15•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Comment 16•9 years ago
|
||
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/fx-team/rev/b6ebadfc57ba
Add telemetry for application reputation remote lookup timeouts. r=francois
Keywords: checkin-needed
Comment 17•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•