Package org.tehuti.metrics

Examples of org.tehuti.metrics.MetricsRepository


    RequestCounter(String name, long durationMs, Time time, boolean useHistogram, RequestCounter... parents) {

        this.time = time;

        this.metricsRepository = new MetricsRepository(time);

        // Initialize parent sensors arrays...
        int amountOfParentSensors = 0;
        if (parents != null) {
            amountOfParentSensors = parents.length;
View Full Code Here

TOP

Related Classes of org.tehuti.metrics.MetricsRepository

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.