clusterId, networkPartitionId, floatValue));
}
AutoscalerContext asCtx = AutoscalerContext.getInstance();
AbstractMonitor monitor;
if(asCtx.monitorExist(clusterId)){
monitor = asCtx.getMonitor(clusterId);
}else if(asCtx.lbMonitorExist(clusterId)){
monitor = asCtx.getLBMonitor(clusterId);
}else{
if(log.isDebugEnabled()){