Package com.jitlogic.zorka.common.zabbix

Examples of com.jitlogic.zorka.common.zabbix.ZabbixTraceOutput


     */
    public ZorkaAsyncThread<SymbolicRecord> toZabbix(String addr, int port, String hostname, int qlen,
                                                   long packetSize, int retries, long retryTime, long retryTimeExp,
                                                   int timeout, int interval) throws IOException {
//        TraceWriter writer = new FressianTraceWriter(symbolRegistry, metricsRegistry);
        ZabbixTraceOutput output = new ZabbixTraceOutput(symbolRegistry, metricsRegistry, addr, port, hostname, qlen, packetSize,
            retries, retryTime, retryTimeExp, timeout, interval);
        output.start();
        return output;
    }
View Full Code Here

TOP

Related Classes of com.jitlogic.zorka.common.zabbix.ZabbixTraceOutput

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.