bitly / statsdaemon

an implementation of Etsy's statsd in Go
The Unlicense
570 stars 131 forks source link

Add support for floats in gauges #71

Closed offlinehacker closed 8 years ago

markrechler commented 9 years ago

@offlinehacker Thanks for the pull request.

We should probably also continue to support sending ints so people upgrading don't get unexpected behavior and if we ever want to send to a backend that does not support floats.

markrechler commented 8 years ago

Support for floats got merged in with #77.