bitly / statsdaemon

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

Allow Nagative Counts #3

Closed rymo4 closed 11 years ago

rymo4 commented 11 years ago

The regex that checks for input format should allow counts to have negative numbers. This is useful since many libs allow decrementing, which is just passing a nagative number to count.

ploxiln commented 11 years ago

see #4