Instrument a count or identifier of Glean inits or sessions
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.62 KB,
text/plain
|
travis_
:
data-review+
|
Details |
It's irritating and error-prone to group and order "health" pings to look at "pre_init" and "post_init" instrumentation from the same init.
This bug is about introducing instrumentation to make this easier.
I'm leaning towards a user-lifetime counter
for number of inits, rather than a session GUID or anything since at the moment we don't have a need for something globally unique.
Comment 1•13 days ago
|
||
Assignee | ||
Comment 2•12 days ago
|
||
Comment 3•12 days ago
|
||
Comment on attachment 9516153 [details]
data review request
Data Review Form
- Is there or will there be documentation that describes the schema for the ultimate data set in a public, complete, and accurate way?
Yes, via the Glean Dictionary
- Is there a control mechanism that allows the user to turn the data collection on and off?
Yes, via the data collection settings within the application integrating Glean
- If the request is for permanent data collection, is there someone who will monitor the data over time?
chutten will monitor the permanent collection of this data, backed by the glean-team
- 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?
Yes
- Does the data collection use a third-party collection tool?
No
Result
data-review+
Assignee | ||
Comment 4•11 days ago
|
||
chutten merged PR [mozilla/glean]: bug 1990624 - Add running count of inits to 'health' ping (#3262) in c2bea9a.
Description
•