uber-archive / node-statsd-client

Node.js client for statsd
ISC License
28 stars 9 forks source link

if delta is precisely 0, just return #30

Closed rf closed 9 years ago

rf commented 9 years ago

If delta is precisely 0 in an increment or decrement, just return. Fixes a bug where increment(stat, 0) would increment it by 1.

@Raynos

Raynos commented 9 years ago

lgtm.