smira / go-statsd

Go statsd client library with zero allocation overhead, great performance and reconnects
MIT License
109 stars 18 forks source link

Float support? #14

Closed filippog closed 5 years ago

filippog commented 5 years ago

Hi! thanks for this statsd golang client! I'm using it and noticed there's no support for float gauges/counters, is this something you'd be interested in having?

smira commented 5 years ago

yep, that sounds as good thing to have, I would rather see at as a separate method next to methods which process integers

filippog commented 5 years ago

Sounds good! I gave it a try for counters in #15, what do you think?

smira commented 5 years ago

v1.2.1 tagged, thanks!

Would like to add gauges support as well, or we should close this issue?

filippog commented 5 years ago

Turns out I overlooked FGauge initially! I'll close and thanks!