In T303654#7959081, we decided that it is feasible to make it so the VisualEditorFeatureUse, EditAttemptStep, MobileWebUIActions, DesktopWebUIActions, and Talk_Page_Edit schemas sample events at the same rates, using the same method.
This task represents the work involved with making it so the schemas mentioned above actually sample events at the same rates and using the same method.
Requirements
- Sampling is turned on in the MobileWebUIActions and DesktopWebUI schemas at the nine Wikipedias the Editing Team is partnering with for the improvements they are making to mobile talk pages (T294609): ja.wiki, ar.wiki, fr.wiki, ko,wiki, vi.wiki, he.wiki, bn.wiki, zh.wiki, and ht.wiki.
- EditingAttemptStep schema's sampling rate is adjusted such that it matches the MobileWebUIActions and DesktopWebUI schemas' current sampling rates:
'wgWMEDesktopWebUIActionsTracking' => [ 'default' => 0, 'desktop-improvements' => 0.2, // T258058 'officewiki' => 0, 'testwiki' => 1, // T256992 ], 'wgWMEMobileWebUIActionsTracking' => [ 'default' => 0.1, // T220016 'enwiki' => 0.01, // T295432 ],
Open Question(s)
- 1. What – if any – concerns does the Web Team have with the ===Requirements listed above?
- Per the guidance @Jdlrobson shared when we spoke on 26 May, the Web Team does not have any concerns with the Editing Team moving forward with implementing the requirements above.
Done
- Answers to all ===Open Question(s) are documented
- ===Requirements are implemented
- Once all patches to resolve this task are merged, @MNeisler to verify sampling rates are synchronized and instrumentation is working as expected
- Notify @jwang when the patch(es) to resolve this ticket land so that she can update relevant documentation