Consider suppressing Environment changes when the values in the Environment don't change
Categories
(Toolkit :: Telemetry, defect, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox84 | --- | fixed |
People
(Reporter: chutten, Assigned: chutten)
References
Details
Attachments
(2 files, 1 obsolete file)
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
1.83 KB,
text/plain
|
tdsmith
:
data-review+
|
Details |
| Assignee | ||
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
Comment 5•7 years ago
|
||
Comment 6•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 7•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Updated•5 years ago
|
| Assignee | ||
Comment 8•5 years ago
|
||
I'm not sure of the ramifications of suppressing them immediately, so let's
just count them for now.
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 9•5 years ago
|
||
Comment 10•5 years ago
|
||
Comment on attachment 9182997 [details]
data collection review
We discussed in Matrix that querying this from existing telemetry is probably tractable, but data-review+ for the collection while we're chatting:
- Is there or will there be documentation that describes the schema for the ultimate data set in a public, complete, and accurate way?
Yes, in the probe definition files and the Probe Dictionary.
- Is there a control mechanism that allows the user to turn the data collection on and off?
Yes, the Firefox telemetry opt-out.
- If the request is for permanent data collection, is there someone who will monitor the data over time?
n/a
- Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 1, technical data.
- 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?
Yep
- Does there need to be a check-in in the future to determine whether to renew the data?
It's up to :chutten!
- Does the data collection use a third-party collection tool?
No.
Comment 11•5 years ago
|
||
The query we were discussing is https://sql.telemetry.mozilla.org/queries/75736/source, which compares environments between main pings sent with reason environment-change and the main ping for the subsequent subsession.
In a sample of a million environment-change pings, we can identify the subsequent ping for about 95% of them. About 75k (i.e. 7.5%) of the subsequent pings have the same environment as the environment-change ping.
Comment 12•5 years ago
|
||
| Assignee | ||
Comment 13•5 years ago
|
||
7.5% is worth a closer look. I'm pushing this measurement to make analysis easier (for instance: if we do decide to suppress these based on the criteria used on the client, what does that do to DAU?) and let's see where that takes us.
Comment 14•5 years ago
|
||
| bugherder | ||
Description
•