Merge pull request #1120 from jmirc/master

* pull1120:
  Fix hystrix dashboard TPS.
This commit is contained in:
Spencer Gibb
2016-06-21 15:23:05 -06:00

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) {