diff options
author | Ben Burry <bburry@etsy.com> | 2014-11-11 15:29:14 +0000 |
---|---|---|
committer | Ben Burry <bburry@etsy.com> | 2014-11-11 15:29:14 +0000 |
commit | e961ad90d3801eea0fd52ee89af644b3339ae3f5 (patch) | |
tree | 485656176ccc49ed5f34fb4dd4bc720b275ca5e9 /tests/test_log4jlogster.py | |
parent | ac94c540111a9c10fb73da42535a70fb770c0afa (diff) | |
download | logster-e961ad90d3801eea0fd52ee89af644b3339ae3f5.zip logster-e961ad90d3801eea0fd52ee89af644b3339ae3f5.tar.gz logster-e961ad90d3801eea0fd52ee89af644b3339ae3f5.tar.bz2 |
Fix non-float duration division
We were dividing metric values by the passed duration value, which is not
enforced to be a float, so was causing integer rounding on the metric values.
Python 3 behaves differently to Python 2 here, apparently.
Diffstat (limited to 'tests/test_log4jlogster.py')
0 files changed, 0 insertions, 0 deletions