acquia / statsgod

A Statsd implementation written in GO lang
Apache License 2.0
119 stars 8 forks source link

Support incrementing/decrementing gauges #55

Open kevinhankens opened 9 years ago

kevinhankens commented 9 years ago

I'm 50/50 on this one, but it's worth considering:

my.value:50|g    # value is 50
my.value:+10|g  #value is 60
my.value:-20|g   #value is 40