Disabling top sites or setting maxRichResults to 0 is returning empty results set
Categories
(Firefox :: Address Bar, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox112 | --- | verified |
People
(Reporter: mak, Assigned: daisuke)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/plain
|
mmccorquodale
:
data-review+
|
Details |
It is expected that we return empty result sets, but we currently have no insight into that.
We need either to report the preferences status in environment, or add an environment property in each event, so we can cross check user settings that may influence the events.
This is something we must coordinate with Glean team.
Reporter | ||
Comment 1•2 years ago
|
||
There's a chat log with Chutten in our working document. He suggested for now to add primitive metrics for the preferences directly to the events ping using
send_in_pings:
- events
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 4•2 years ago
|
||
Comment 5•2 years ago
|
||
Backed out as requested by dev for missing data-review.
Comment 6•2 years ago
|
||
Comment on attachment 9320217 [details]
data-review-request-for-bug1817196.md
-
Is there or will there be documentation that describes the schema for the ultimate data set in a public, complete, and accurate way?
Yes. this is recorded in the Glean dictionary. -
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes, users can opt out of telemetry collection. -
If the request is for permanent data collection, is there someone who will monitor the data over time?
The search and suggest team. -
Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 2, interaction data. -
Is the data collection request for default-on or default-off?
Default on. -
Does the instrumentation include the addition of any new identifiers?
No new identifiers. -
Is the data collection covered by the existing Firefox privacy notice?
Yes. -
Does the data collection use a third-party collection tool?
No.
data-review +
Assignee | ||
Updated•2 years ago
|
Comment 8•2 years ago
|
||
bugherder |
Comment 9•2 years ago
|
||
Hey Marco,
Could you please provide some steps in order to verify this?
Reporter | ||
Comment 10•2 years ago
|
||
(In reply to Cristian Baica [:cbaica], Release Desktop QA from comment #9)
Hey Marco,
Could you please provide some steps in order to verify this?
The thing to verify here is that the Glean event ping includes the 2 new metrics:
pref_max_results
(quantity metric) should report the value of browser.urlbar.maxRichResult
pref_suggest_topsites
(boolean metric) sould report the value of browser.urlbar.suggest.topsites
Comment 11•2 years ago
|
||
The issue is verified fixed in the latest Fx 112.0a1 on Windows 10 and Ubuntu 22.04. The pref values are correctly displayed after pulling them from the browser console using: "Glean.urlbar.prefMaxResults.testGetValue()" and "Glean.urlbar.prefSuggestTopsites.testGetValue()".
Please note that I could not find the values in a metrics ping sent to glean.
Reporter | ||
Comment 12•2 years ago
|
||
I see those metrics in Redash, so it should be good.
Description
•