tim-group / java-statsd-client

a java statsd client library
Other
275 stars 139 forks source link

Add support for double values for gauges #19

Closed scarytom closed 10 years ago

scarytom commented 10 years ago

Currently, the value of a gauge must be a Long, yet statsd supports fractional values for gauges.

Technically, statsd supports fractional values for counters and timers too, yet this might be considered accidental. Nevertheless, think about adding support for double values for these too.