Package com.springsource.insight.intercept.metrics

Examples of com.springsource.insight.intercept.metrics.AbstractExternalResourceMetricsGenerator


    private static final Map<OperationType, AbstractExternalResourceMetricsGenerator> metricsGenerators =
            Collections.unmodifiableMap(
                    toGeneratorsMap(createExternalResourceMetricsGenerators(false, METRICS_OPS)));

    public JdbcTraceIntegrationTest() {
        super(new AbstractExternalResourceMetricsGenerator(OperationType.UNKNOWN) { /* nothing extra */
        });
    }
View Full Code Here

TOP

Related Classes of com.springsource.insight.intercept.metrics.AbstractExternalResourceMetricsGenerator

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.