Skip to content

Commit

Permalink
Merge pull request #1253 from jmirc/master
Browse files Browse the repository at this point in the history
Fix issue #1251
  • Loading branch information
mattrjacobs authored Jun 21, 2016
2 parents c86931b + 2f4a6e2 commit db18a5c
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,7 @@
function convertAllAvg(data) {
convertAvg(data, "errorPercentage", true);
convertAvg(data, "latencyExecute_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) {
if (decimal) {
Expand Down

0 comments on commit db18a5c

Please sign in to comment.