Page MenuHomePhabricator

(Analytics?) Migrate MediaWiki.CodeMirror to statslib
Closed, DeclinedPublic

Description

Follow the migration process as outlined below.

Secure/Conduct code review(s).
Deploy the changes to production via the train (https://wikitech.wikimedia.org/wiki/Deployments/Train).
Verify that the changes have been successfully implemented.
Update the relevant dashboard(s) by replacing the old Graphite metric(s) with the new Prometheus metric(s).
Please follow the guidelines and standards outlined in the provided documentation:

https://www.mediawiki.org/wiki/Manual:Stats for detailed guidance on the conversion process.
https://drive.google.com/file/d/12yQEuOapkML1vb9MgCaX1QzbLBdXE6X2/view for a video tutorial on the conversion process.
https://docs.google.com/presentation/d/1SZWf_D3mWNX-XHN8PHYI84LDZr6GUQC2AMhZ9mQXCI0/edit#slide=id.g2795460c956_0_23 for slides on the best practices for converting metrics to statslib.

  • MediaWiki.CodeMirror.preferences.byPreference.$editorType
  • MediaWiki.CodeMirror.preferences.byPreference.$editorType.byEnabled.true.byEditCount.$editCount.byWiki.$wiki
  • MediaWiki.CodeMirror.preferences.byPreference.*.byEnabled.*.byEditCount.$editCount.byWiki.$wiki
  • MediaWiki.CodeMirror.sessions.byEditor.$editorType.byEnabled.*.byEditCount.$editCount.byWiki.$wiki
  • MediaWiki.CodeMirror.sessions.byEditor.$editorType.byEnabled.true.byEditCount.$editCount.byWiki.$wiki
  • MediaWiki.CodeMirror.toggles.byEditor.$editorType.byEnabled.true.byEditCount.$editCount.byWiki.$wiki
  • MediaWiki.CodeMirror.toggles.byEditor.wikitext_2010.byEnabled.false.byEditCount.$editCount.byWiki.$wiki
  • MediaWiki.CodeMirror.toggles.byEditor.wikitext_2010.byEnabled.true.byEditCount.$editCount.byWiki.$wiki
  • MediaWiki.CodeMirror.toggles.byEditor.wikitext_2017.byEnabled.false.byEditCount.$editCount.byWiki.$wiki
  • MediaWiki.CodeMirror.toggles.byEditor.wikitext_2017.byEnabled.true.byEditCount.$editCount.byWiki.$wiki

Event Timeline

colewhite renamed this task from Migrate MediaWiki.CodeMirror to statslib to (Analytics?) Migrate MediaWiki.CodeMirror to statslib.Apr 29 2024, 9:03 PM
colewhite subscribed.

I think these can probably just be removed. In speaking with Product Analytics, we decided to use the existing VisualEditorFeatureUse data stream (T373710).

I know that my team is currently not using the data in Hive, and WMDE recently marked their dashboard for cleanup.