AlimonitorClient.DEFAULT_PORT, true);
} else {
client = new MetricSendClient();
}
uploadMetric = new UploadMetricFromZK(data, client);
scheduleService.scheduleWithFixedDelay(uploadMetric, 120, 60, TimeUnit.SECONDS);
LOG.info("Successfully init metrics uploading thread");
}