Add a flowId to existing Translations telemetry events
Categories
(Firefox :: Translations, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: nordzilla, Assigned: nordzilla)
References
Details
Attachments
(5 files, 4 obsolete files)
Moving forward we will be using a flowId to associate related translations events within the same logical user session.
This patch will add a flowId to all existing Translations telemetry events.
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Renames some variables in the translations telemetry tests
to make the code more readable.
Assignee | ||
Comment 2•1 year ago
|
||
Adds a pref for a flowId to utilize in Translations telemetry.
This id will tie together related events within a logical session
of translations.
Depends on D182610
Assignee | ||
Comment 3•1 year ago
|
||
Instruments all pre-existing Translations telemetry events
to utilize the flowId.
Depends on D182611
Assignee | ||
Comment 4•1 year ago
|
||
Adds test infrastructure and test cases to assert that the flowId
is being tracked correctly in Translations telemetry events.
Depends on D182612
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Assignee | ||
Comment 5•1 year ago
|
||
Depends on D182613
Assignee | ||
Comment 6•1 year ago
|
||
Depends on D182613
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Assignee | ||
Comment 7•1 year ago
|
||
Unifies the TranslationsTelemetry implementations into a single file
using only one metrics.yaml file as well
Depends on D182610
Assignee | ||
Comment 8•1 year ago
|
||
Instruments all pre-existing Translations telemetry events
to utilize the flowId event extra key.
Depends on D183044
Updated•1 year ago
|
Updated•1 year ago
|
Assignee | ||
Comment 9•1 year ago
|
||
Assignee | ||
Comment 10•1 year ago
|
||
chutten,
All of these metrics were ones that I added in the last cycle.
This request is to add a flow_id
as an extra key to the events.
Comment 11•1 year ago
|
||
Comment on attachment 9343101 [details]
data-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 can be controlled through the product's preferences.
If the request is for permanent data collection, is there someone who will monitor the data over time?
No. This collection will expire in Firefox 122.
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. (The introduction of a local uuid for sessionization isn't an "identifier" as meant for this process)
Is the data collection covered by the existing Firefox privacy notice?
Yes.
Does the data collection use a third-party collection tool?
No.
Result: datareview+
Comment 12•1 year ago
|
||
Comment 13•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/eb07de1d0a14
https://hg.mozilla.org/mozilla-central/rev/cbaeb41e063a
https://hg.mozilla.org/mozilla-central/rev/e2e5864f1493
https://hg.mozilla.org/mozilla-central/rev/2dc0ffebfdee
Description
•