Examples of MetricsInstrumentation


Examples of org.apache.oozie.util.MetricsInstrumentation

     * @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;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.