Authored by wangning

update

... ... @@ -444,7 +444,7 @@ public class ServiceAccessMapperImpl extends InfluxDBQuery implements ServiceAcc
Double count1 = (Double)series1.getValues().get(0).get(1);
Double mean = (Double)series1.getValues().get(0).get(2);
Double ratio = count2 / count1;
log.info("count2:" + count2 + ",count1:" + count1 + ",mean:" + mean);
log.info("count2:" + count2 + ",count1:" + count1 + ",ratio:" + ratio + ",mean:" + mean);
if(ratio >= 0.95){
Map map = new HashMap();
map.put("hostAddress",hostAddress);
... ...