I am running a relatively old version of jmxtrans jmxtrans-250 and leveraging the GraphiteWriter to send it to a carbon relay. We noticed that it appears to not send Mbean Values that are in scientific notation. I found this issue
https://github.com/jmxtrans/jmxtrans/issues/679 which is related to ensuring that he cloudwatch writer does not send scientific notation since apparently that is not handled by cloudwatch which suggested to me that jmxtrans is reading these values find and passing them along to the writers as scientific notation. Was what I am seeing just an issue in the older version and its now supported in the latest or am I barking up the wrong tree all together? Appreciate any insights into this.