Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always use period for decimal point when converting double to string #3

Closed
elijahandrews opened this issue Jul 12, 2013 · 2 comments
Closed

Comments

@elijahandrews
Copy link

Right now, conversion from double to string executed by NonBlockingStatsDClient.FORMAT depends on the locale of the user. If the user's locale is one where a comma is used as a decimal point, the Datadog Agent will not be able to parse a metric with a double value.

@ghost ghost mentioned this issue Jul 22, 2013
charles-dyfis-net added a commit that referenced this issue Jul 22, 2013
Fixes for #3 and #4 (locale dependence and thread-safety issues). Many thanks to @domurtag / @kaufda.
@elijahandrews
Copy link
Author

Thanks!

@charles-dyfis-net
Copy link

Fix released in 2.0.8; thank you for the report, and @kaufda for the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants