Package com.netflix.servo.monitor

Examples of com.netflix.servo.monitor.Counter


            LoggerFactory.getLogger(NormalizationTransform.class);

    private static final String DEFAULT_DSTYPE = DataSourceType.RATE.name();

    static Counter newCounter(String name) {
        Counter c = Monitors.newCounter(name);
        DefaultMonitorRegistry.getInstance().register(c);
        return c;
    }
View Full Code Here

TOP

Related Classes of com.netflix.servo.monitor.Counter

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.