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

Disallow NaN in JSON #128

Closed
mfine opened this issue Apr 21, 2015 · 0 comments · Fixed by #129
Closed

Disallow NaN in JSON #128

mfine opened this issue Apr 21, 2015 · 0 comments · Fixed by #129
Assignees
Labels

Comments

@mfine
Copy link
Contributor

mfine commented Apr 21, 2015

JSON doesn't support NaN, but the python library will generate NaN values by default. See here for more context.

The NaN values currently kill log ingestion. Fix is to allow_nan=False.

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

Successfully merging a pull request may close this issue.

1 participant