[Thunderbird Telemetry] collect account info: size
Categories
(Thunderbird :: General, task)
Tracking
(thunderbird_esr78 wontfix)
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | wontfix |
People
(Reporter: mkmelin, Assigned: rnons)
References
Details
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
2.10 KB,
text/plain
|
sancus
:
data-review+
|
Details |
Knowing what the typical size of people's accounts are would be good information to better understand what typical target design target should be. Let's add a probe to collect the account size (in KB).
Comment 1•4 years ago
|
||
Do we have something to collect a) total # messages b) total # messages in key folders, such as Inbox, spam, trash?
Reporter | ||
Comment 3•4 years ago
|
||
We'd have to be careful where to put this so it's not too much overhead.
And yes, it would be nice to have sizes for the special folders too. I don't know exactly what data structure we want for all of this.
Assignee | ||
Comment 4•3 years ago
|
||
Add two scalar probes to collect:
- folder type -> number of messages
- folder type -> folder size on disk
Assignee | ||
Updated•3 years ago
|
Reporter | ||
Comment 5•3 years ago
|
||
Please get data collection review as well: https://wiki.mozilla.org/Thunderbird/Data_Collection
Assignee | ||
Comment 6•3 years ago
|
||
Comment 7•3 years ago
|
||
Comment on attachment 9227346 [details]
1615983-data-collection-request.md
This seems fine to me. I would consider message counts to be "interaction data" though, not purely technical data, as they do directly reflect user interaction in some ways. But that is arguable and a minor detail.
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, in the scalar definition file.
- Is there a control mechanism that allows the user to turn the data collection on and off?
Yes, using standard Telemetry preferences.
- If the request is for permanent data collection, is there someone who will monitor the data over time?
Yes, Magnus(mkmelin).
- Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Categories 1 and 2, technical(for disk size) and interaction data(for message counts).
- 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 Thunderbird privacy notice?
Yes.
- Does there need to be a check-in in the future to determine whether to renew the data? (Yes/No)
No.
- Does the data collection use a third-party collection tool? If yes, escalate to legal.
No.
Comment 8•3 years ago
|
||
(In reply to Ping Chen (:rnons) from comment #4)
Add two scalar probes to collect:
- folder type -> number of messages
- folder type -> folder size on disk
(In reply to Magnus Melin [:mkmelin] from comment #0)
Knowing what the typical size of people's accounts are would be good information to better understand what typical target design target should be. Let's add a probe to collect the account size (in KB).
One thing I will note, the probe doesn't appear to include keys for total size or total messages for the whole profile. That isn't something that will be automatically calculated.
So if you do want total account sizes you should include them in the probe with a "Total" key for each type(size, message counts).
Assignee | ||
Updated•3 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/af5fc8602350
Add telemetry for folder size and message count. r=mkmelin
Description
•