Browse Source

Merge pull request #1120 from jmirc/master

* pull1120:
  Fix hystrix dashboard TPS.
pull/6/head
Spencer Gibb 9 years ago
parent
commit
ca67265c79
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 3
      spring-cloud-netflix-hystrix-dashboard/src/main/resources/static/hystrix/components/hystrixCommand/hystrixCommand.js

3
spring-cloud-netflix-hystrix-dashboard/src/main/resources/static/hystrix/components/hystrixCommand/hystrixCommand.js

@ -114,9 +114,6 @@ @@ -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) {

Loading…
Cancel
Save