Fix hystrix dashboard TPS.

fixes gh-1113

See https://github.com/Netflix/Hystrix/issues/1251
This commit is contained in:
Jérôme Mirc
2016-06-21 10:03:40 -04:00
committed by Spencer Gibb
parent 856c47138a
commit b422fe297c

View File

@@ -114,9 +114,6 @@
convertAvg(data, "errorPercentage", true);
convertAvg(data, "latencyExecute_mean", false);
convertAvg(data, "latencyTotal_mean", false);
// the following will break when it becomes a compound string if the property is dynamically changed
convertAvg(data, "propertyValue_metricsRollingStatisticalWindowInMilliseconds", false);
}
function convertAvg(data, key, decimal) {