Skip to content

Commit

Permalink
Fix hystrix dashboard TPS.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmirc authored and spencergibb committed Jun 21, 2016
1 parent cfa4302 commit 476a5cb
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 476a5cb

Please sign in to comment.