Examples of BoneCpMetricsReporter


Examples of org.platformlayer.metrics.BoneCpMetricsReporter

    pooledDataSource.setStatisticsEnabled(true);

    pooledDataSource.setConnectionHook(new BoneCPConnectionHook(key));

    databaseStatistics.register(key, pooledDataSource,
        new BoneCpMetricsReporter(databaseStatistics.getMetricKey(key), pooledDataSource));

    log.warn("Building data source for " + jdbcConfig.jdbcUrl);

    return pooledDataSource;
  }
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.