diff --git a/breakerbox-dashboard/src/main/resources/assets/components/hystrixCommand/hystrixCommand.js b/breakerbox-dashboard/src/main/resources/assets/components/hystrixCommand/hystrixCommand.js index 48b7dbd..a1990ee 100644 --- a/breakerbox-dashboard/src/main/resources/assets/components/hystrixCommand/hystrixCommand.js +++ b/breakerbox-dashboard/src/main/resources/assets/components/hystrixCommand/hystrixCommand.js @@ -116,9 +116,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) {