Background
We'd like to turn on page issues on Latvian wikipedia to ensure that our instrumentations works as expected and to uncover any unknown bugs
Acceptance criteria
- Configure "MinervaABSamplingRate" (enable the page issues AB test) at the sample rate of 100%
Sample config:
"wgMinervaABSamplingRate": [ 'default' => 0, 'lvwiki' => 1, ]
- Inspect the recorded data and do various plausibility checks
During deploy
- Make sure the sampling rate is acceptable by monitoring events coming in. Stop deploy if too high.
Developer notes
Fixing bugs is not within the scope of this task. IF there are any production-critical bugs, the feature should be turned off and a new deploy/task will be needed.