Add telemetry for translation request
Categories
(Firefox :: Translations, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox115 | --- | fixed |
People
(Reporter: nordzilla, Assigned: nordzilla)
References
Details
Attachments
(3 files)
As part of instrumenting translations with telemetry, we should keep track each translation that happens for each language pair, and whether or not the translation was triggered manually or automatically.
This patch will add metrics that track translation requests.
| Assignee | ||
Comment 1•3 years ago
|
||
Adds Glean files and telemetry to track all translation
requests for each language pair as well was whether or
not the translation was triggered manually vs. automatically
Depends on D179299
| Assignee | ||
Comment 2•3 years ago
|
||
Depends on D179739
Updated•3 years ago
|
Updated•3 years ago
|
| Assignee | ||
Comment 3•3 years ago
|
||
Comment 4•3 years ago
|
||
Comment on attachment 9337263 [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 Firefox's Preferences.
If the request is for permanent data collection, is there someone who will monitor the data over time?
Yes, :nordzilla and translations-telemetry-alerts@mozilla.com are responsible.
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.
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 6•3 years ago
|
||
Backed out for causing linting opt failures.
- Backout link
- Push with failures
- Failure Log
- Failure line: FileToBugzillaMappingError: Missing Bugzilla component: toast - Set the BUG_COMPONENT in the moz.build file to fix the issue.
| Assignee | ||
Comment 7•3 years ago
|
||
Accidentally included a text file that I was editing in VIM and was unintentionally saved/committed.
Re-landing.
Comment 9•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/5c10b935d2aa
https://hg.mozilla.org/mozilla-central/rev/d6b4605c4fe0
Description
•