Closed
Bug 1259139
Opened 9 years ago
Closed 9 years ago
record in telemetry the validity of the current engine's loadPathHash
Categories
(Firefox :: Search, defect, P2)
Firefox
Search
Tracking
()
RESOLVED
FIXED
Firefox 48
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: florian, Assigned: florian)
References
Details
(Whiteboard: hijacking, metrics [fxsearch])
Attachments
(2 files, 2 obsolete files)
9.04 KB,
patch
|
benjamin
:
feedback+
|
Details | Diff | Splinter Review |
10.33 KB,
patch
|
Details | Diff | Splinter Review |
In order to better understand how many users will see the search reset page implemented in bug 1203168, we would like to record data about whether the engines used as default engine have valid loadPathHash values. This should land at least one cycle before we land or pref-on the search reset page. This data will also help us to measure the impact of the search reset page after it has been shipped/enabled.
Assignee | ||
Comment 1•9 years ago
|
||
Not requesting review yet because I want to have a look at covering this with our tests.
Assignee | ||
Comment 2•9 years ago
|
||
Assignee | ||
Comment 3•9 years ago
|
||
Try is green, requesting review. Requesting review for the code from Drew, and the data review from Benjamin (feel free to redirect).
Attachment #8734800 -
Flags: review?(benjamin)
Attachment #8734800 -
Flags: review?(adw)
Assignee | ||
Updated•9 years ago
|
Attachment #8733981 -
Attachment is obsolete: true
Updated•9 years ago
|
Attachment #8734800 -
Flags: review?(adw) → review+
Updated•9 years ago
|
Severity: normal → major
Priority: -- → P2
Whiteboard: hijacking, metrics [fxsearch]
Comment 4•9 years ago
|
||
Comment on attachment 8734800 [details] [diff] [review]
Patch v2
I don't see any changes to the docs or histograms.json. If you're making a data collection change it needs to be reflected in the docs.
Attachment #8734800 -
Flags: review?(benjamin) → review-
Assignee | ||
Comment 5•9 years ago
|
||
Updated environment.rst.
Attachment #8737777 -
Flags: review?(benjamin)
Assignee | ||
Updated•9 years ago
|
Attachment #8734800 -
Attachment is obsolete: true
Comment 6•9 years ago
|
||
Comment on attachment 8737777 [details] [diff] [review]
Patch v3
data-review=me
This will require a change to the main ping schema: please coordinate that with Georg.
Attachment #8737777 -
Flags: review?(benjamin) → feedback+
Assignee | ||
Comment 7•9 years ago
|
||
(In reply to Benjamin Smedberg [:bsmedberg] from comment #6)
> This will require a change to the main ping schema: please coordinate that
> with Georg.
I'm not exactly sure what "a change to the main ping schema" means, but I'm confident Georg will know what the next step is here.
Flags: needinfo?(gfritzsche)
Comment 8•9 years ago
|
||
Comment on attachment 8737777 [details] [diff] [review]
Patch v3
Review of attachment 8737777 [details] [diff] [review]:
-----------------------------------------------------------------
::: toolkit/components/telemetry/docs/environment.rst
@@ +280,5 @@
> [profile]/searchplugins/engine.xml
> [distribution]/searchplugins/common/engine.xml
> [other]/engine.xml
>
> +- an ``origin`` property: the value will be ``default`` for engines that are built-in or from distribution partners, ``verified`` for user-installed engines with valid verification hashes, ``unverified`` for non-default engines without verification hash, and ``invalid`` for engines with broken verification hashes.
Please also add that property to the structure example above.
Assignee | ||
Comment 9•9 years ago
|
||
Comment 10•9 years ago
|
||
(In reply to Florian Quèze [:florian] [:flo] from comment #7)
> (In reply to Benjamin Smedberg [:bsmedberg] from comment #6)
>
> > This will require a change to the main ping schema: please coordinate that
> > with Georg.
>
> I'm not exactly sure what "a change to the main ping schema" means, but I'm
> confident Georg will know what the next step is here.
I've added this to the schema in this PR:
https://github.com/mozilla-services/mozilla-pipeline-schemas/pull/6
Flags: needinfo?(gfritzsche)
Comment 12•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 48
You need to log in
before you can comment on or make changes to this bug.
Description
•