dashboard: Remove unused code in dashboard MetricFetcher (#2104)
This commit is contained in:
parent
744be07a57
commit
5ac112efaa
|
|
@ -251,7 +251,7 @@ public class MetricFetcher {
|
|||
} catch (Exception e) {
|
||||
logger.info(msg + " metric, wait http client error:", e);
|
||||
}
|
||||
long cost = System.currentTimeMillis() - start;
|
||||
//long cost = System.currentTimeMillis() - start;
|
||||
//logger.info("finished " + msg + " metric for " + app + ", time intervalMs [" + startTime + ", " + endTime
|
||||
// + "], total machines=" + machines.size() + ", dead=" + dead + ", fetch success="
|
||||
// + success + ", fetch fail=" + fail + ", time cost=" + cost + " ms");
|
||||
|
|
|
|||
Loading…
Reference in New Issue