Report usage of blocklist v3 to telemetry
Categories
(Toolkit :: Blocklist Implementation, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: robwu, Assigned: robwu)
References
Details
Attachments
(3 files)
In the parent bug (bug 1633403) I want to add some collection of data to observe the health of the blocklist v3 implementation. Those are expected to stay around indefinitely.
When we introduce blocklist v3, it will be behind a pref to allow users to toggle between the old and new implementation. We should report the value of extensions.blocklist.useMLBF
in the telemetry. And probably also extensions.blocklist.useMLBF.stashes
(which enables the stashing feature, which is a follow-up to the initial stashing implementation).
Comment 1•5 years ago
|
||
Triaging, I'm assuming you'll be working on this? :-)
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Thanks for the quick r+.
(linking to bug 1574441 since it's related and also mentioned in the data review doc itself)
Assignee | ||
Comment 5•5 years ago
|
||
Although the data review request granted permission to keep the probes
for 6 months, I'm using a shorter expiration (81) so that all
blocklist-related telemetry can be coverd by one update request, in the
future.
"geckoview" is not listed yet, because blocklist v3 is not yet enabled
on mobile (bug 1639050). Once enabled, "geckoview" should be added to
every scalar from this commit.
Assignee | ||
Comment 6•5 years ago
|
||
And introduce a helper to get the ExtensionBlocklistMBLF global without
using a deprecated API, and remove the exception from eslintrc
Comment 8•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a4943c490a73
https://hg.mozilla.org/mozilla-central/rev/e3bde0ccb270
Comment 9•3 years ago
|
||
Comment on attachment 9149143 [details]
data-review-request-blocklist-v3-usage-telemetry.md
Data Review
- Is there or will there be documentation that describes the schema for the ultimate data set in a public, complete, and accurate way?
Yes, through the Glean-Dictionary and the metric definition files
- Is there a control mechanism that allows the user to turn the data collection on and off?
Yes, through the standard telemetry preference
- If the request is for permanent data collection, is there someone who will monitor the data over time?
Data to be collected for 6 months
- Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 1
- Is the data collection request for default-on or default-off?
Default-on
- 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
- Is the data collection covered by the existing Firefox privacy notice?
Yes
- Does the data collection use a third-party collection tool?
No
Result
data-review+
Description
•