Package com.netflix.suro.servo

Examples of com.netflix.suro.servo.Meter


        this.queue4Sink = queue4Sink;
        this.batchSize = batchSize == 0 ? 1000 : batchSize;
        this.batchTimeout = batchTimeout == 0 ? 1000 : batchTimeout;
        this.pauseOnLongQueue = pauseOnLongQueue;

        throughput = new Meter(MonitorConfig.builder(sinkId + "_throughput_meter").build());
    }
View Full Code Here

TOP

Related Classes of com.netflix.suro.servo.Meter

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.