quipo / statsd

Golang StatsD client
MIT License
164 stars 51 forks source link

Buffered client GaugeDelta does not append "+" to positive values. #22

Closed mmb closed 8 years ago

mmb commented 9 years ago

The non-buffered client does this, but the buffered client does not.

The effect is that statsd interprets it as setting the value of the gauge instead of applying a delta.

quipo commented 8 years ago

Thanks, should be fixed now.