Skip to content

Commit

Permalink
Fix issue Netflix#1251
Browse files Browse the repository at this point in the history
  • Loading branch information
jmirc committed Jun 21, 2016
1 parent c86931b commit 2f4a6e2
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 2f4a6e2

Please sign in to comment.