segmentio / stats

Go package for abstracting stats collection
https://godoc.org/github.com/segmentio/stats
MIT License
208 stars 32 forks source link

normalize floats #67

Closed achille-roussel closed 7 years ago

achille-roussel commented 7 years ago

I just had an issue where a NaN value made it to veneur, which errored because it couldn't serialize the value to JSON to send it to datadog.

I fixed it in the code issuing the value but I think it's also worth fixing directly in the library so we don't get caught by this again.