Closed
Bug 1120845
Opened 10 years ago
Closed 10 years ago
Telemetry: Average signon timesUsed in storage
Categories
(Toolkit :: Password Manager, defect, P1)
Toolkit
Password Manager
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: MattN, Assigned: MattN)
References
Details
User Story
* I want to know whether password manager usage is increasing. At telemetry collection time report the SUM of the timesUsed field for all signons and divide it by the total number of signons.
We may want to avoid a master password (MP) prompt and skip this if the MP hasn't been entered yet although it will lead to under-counting MP users. A better solution to deal with MP is bug 1120836.
Check the calculation with the following command:
grep -o -E '"timesUsed":[0-9]+' logins.json | sed 's/"timesUsed"://' | awk '{ sum += $0; count += 1 } END { print sum / count }'
Flags: firefox-backlog+
Assignee | ||
Updated•10 years ago
|
Points: --- → 5
Flags: qe-verify-
Updated•10 years ago
|
Assignee: nobody → MattN+bmo
Status: NEW → ASSIGNED
Iteration: --- → 38.1 - 26 Jan
Comment 1•10 years ago
|
||
The storage backend could respond to gather-telemetry itself, and avoid the need to trigger the MP (since this data isn't encrypted anyway). Or mostly ignore the problem, as in bug 1120874 comment 6.
Do we actually want an average here? Or a histogram? I suspect the latter, since I'd suspect people have lot of infrequently used passwords, and a few frequently used passwords. Which makes an average less useful.
Comment 2•10 years ago
|
||
I argue we want something like this:
https://bugzilla.mozilla.org/show_bug.cgi?id=1120854#c1
Updated•10 years ago
|
Priority: -- → P1
Comment 3•10 years ago
|
||
wontfixing in favor of Bug 1124516.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Updated•10 years ago
|
Iteration: 38.1 - 26 Jan → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•