* @param services services instance.
* @throws org.apache.oozie.service.ServiceException
*/
@Override
public void init(Services services) throws ServiceException {
final MetricsInstrumentation instr = new MetricsInstrumentation();
int interval = services.getConf().getInt(CONF_LOGGING_INTERVAL, 60);
initLogging(services, instr, interval);
instrumentation = instr;
isEnabled = true;
}