Parent task/goal: T398480: [Epic] Update instruments configuration for xLab
AC
- The MetricsClient instance โ initialized in modules/ext.xLab/index.js โ is initialized with instrument configs fetched from xLab
- MetricsClient#newInstrument() is added to the mw.xLab namespace as mw.xLab.getInstrument(), i.e.
mw.xLab = { getInstrument: metricsClient.newInstrument.bind( metricsClient ) };