Package com.newrelic.plugins.mysql

Examples of com.newrelic.plugins.mysql.MySQL


        this.properties = properties;

        this.metrics = metrics;
        this.metricCategories = metricCategories;

        this.m = new MySQL();

        createMetaData(); // Define incremental counters that are value/sec etc

        logger.debug("MySQL Agent initialized: ", formatAgentParams(name, host, user, properties, metrics));
    }
View Full Code Here

TOP

Related Classes of com.newrelic.plugins.mysql.MySQL

Copyright © 2018 www.massapicom. 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.