Can't tell why a "deletion-request" ping has been sent
Categories
(Data Platform and Tools :: Glean: SDK, task, P1)
Tracking
(Not tracked)
People
(Reporter: chutten, Assigned: chutten)
References
Details
Attachments
(2 files)
42 bytes,
text/x-github-pull-request
|
Details | Review | |
2.50 KB,
text/plain
|
TheOne
:
data-review+
|
Details |
There are two triggers for the Glean SDK to submit a "deletion-request" ping:
- During
init
we check to see if upload was disabled since the last time we shut down set_upload_enabled
was called withfalse
when the current state istrue
.
The pings sent by these two triggers look identical. This gets in the way of measuring the health of the Glean system.
I propose we add two reason
s to "deletion-request": init
and set_upload_enabled
.
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
I know it's not addons-related, but I figure a data review written by a Steward might be a good one to get started on?
Comment 3•4 years ago
|
||
Comment on attachment 9217075 [details]
data collection review request
DATA COLLECTION REVIEW RESPONSE:
Is there or will there be documentation that describes the schema for the ultimate data set available publicly, complete and accurate?
Yes.
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes. This collection is Telemetry so can be controlled through Firefox's Preferences.
If the request is for permanent data collection, is there someone who will monitor the data over time?
Yes, :chutten is responsible.
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.
Is the data collection request for default-on or default-off?
Default on for all channels.
Does the instrumentation include the addition of any new identifiers?
No.
Is the data collection covered by the existing Firefox privacy notice?
Yes.
Does there need to be a check-in in the future to determine whether to renew the data?
No. This collection is permanent.
Result: datareview+
Assignee | ||
Comment 4•4 years ago
|
||
badboy merged PR #1593: "bug 1702622 - Add reasons to 'deletion-request' ping r?janerik" in 1642abd.
Description
•