|
@@ -83,7 +83,7 @@ public class ApiStatusInfoCollector {
|
|
apiStatusInfo.setErrorCount(apiErrMeterInfo.getCount());
|
|
apiStatusInfo.setErrorCount(apiErrMeterInfo.getCount());
|
|
apiStatusInfo.setErrorMeanRate(apiErrMeterInfo.getMeanRate());
|
|
apiStatusInfo.setErrorMeanRate(apiErrMeterInfo.getMeanRate());
|
|
apiStatusInfo.setErrorPercent(
|
|
apiStatusInfo.setErrorPercent(
|
|
- getPercent(apiErrMeterInfo.getMeanRate(), cur.getMeanRate()));
|
|
|
|
|
|
+ getPercent(apiErrMeterInfo.getCount(), cur.getCount()));
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|