The translation schema has been updated (T396900) has been updated to include the latest common fragment, which includes the experiment fragment.
This task to update the instrumentation code to point to the latest schema version - 1.4.2
| KCVelaga_WMF | |
| Jun 17 2025, 7:20 AM |
| F65710133: image.png | |
| Aug 4 2025, 11:35 AM |
The translation schema has been updated (T396900) has been updated to include the latest common fragment, which includes the experiment fragment.
This task to update the instrumentation code to point to the latest schema version - 1.4.2
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Open | None | T341196 MinT for Wiki Readers (machine translation of wiki contents) | |||
| Open | None | T359072 MinT for Wiki Readers MVP | |||
| Open | None | T381406 MinT for Wiki Readers MVP: Complete key issues before continuing with experimentation | |||
| Resolved | Wangombe | T397125 Update MinT for Readers instrumentation to use schema version 1.4.2 |
See T396711: CX instrumentation should use the latest schema version for a similar task.
@KCVelaga_WMF , we are currently using the following:
const streamName = 'mediawiki.product_metrics.translation_mint_for_readers'; const schemaId = '/analytics/product_metrics/web/translation/1.0.0';
Would updating to 1.4.2 involve any actual schema changes or should we just change the schemaId as follows?
const schemaId = '/analytics/product_metrics/web/translation/1.4.2
no schema changes are required, just updating the ID is fine. 1.4.2 includes the experiment related fields, which will be used when the experiment is live.
Change #1171577 had a related patch set uploaded (by Wangombe; author: Wangombe):
[mediawiki/extensions/ContentTranslation@master] CX: Update MinT for Readers instrumentation to use schema version 1.4.2
Change #1171577 merged by jenkins-bot:
[mediawiki/extensions/ContentTranslation@master] CX: Update MinT for Readers instrumentation to use schema version 1.4.2
As tested on https://en.wikipedia.org/wiki/Special:AutomaticTranslation?debug=true with Client-side event logging enabled.
mw.loader.using('mediawiki.api')
.then(
() => new mw.Api().saveOption('eventlogging-display-console', '1')
);