Add telemetry to the element picker
Categories
(DevTools :: Inspector, enhancement, P2)
Tracking
(firefox67 fixed)
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: mbalfanz, Assigned: rcaliman)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
2.34 KB,
text/plain
|
chutten
:
data-review+
|
Details |
In preparation to the visual picker project, I'd like to get a baseline of data for our current element picker. This will make it easier for us to judge how the new feature performs.
I'd like to add a probe for the number of times the picker is used, similar to scalars_devtools.accessibility.picker_used_count. This should track general usage irrespective of the entry point (e.g. toolbar icon vs. keyboard shortcut).
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 1•7 years ago
|
||
Agreed with PM (mbalfanz@mozilla.com) about the intended behavior: number of invocations, not actual picks is considered sufficient to answer the questions.
Temporary telemetry will be removed in Firefox 70.
| Assignee | ||
Comment 2•7 years ago
|
||
Hi Chris,
May I please get your review of this data collection proposal? We want to count the number of times the element picker is used in the Inspector to judge whether this is a viable interaction model for an upcoming feature in DevTools.
Comment 3•7 years ago
|
||
| Reporter | ||
Comment 4•7 years ago
|
||
Hey Chris! We thought about normalization for the data. We want this to be comparable to our other panel/feature usage numbers, which means "number of element picker uses per day".
The success criteria will be defined in the PRD. We are currently debating two different implementations, both with different criteria. But both depend on understanding our current usage as baseline. That's the main reason we want to understand it before we do any adjustments.
Comment 5•7 years ago
|
||
| bugherder | ||
Comment 6•7 years ago
|
||
Description
•