uber-archive / node-statsd-client

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

[DNS Recovery]: Get gauge() to write to the socket directly. #16

Closed Raynos closed 9 years ago

Raynos commented 9 years ago

For some reason gauge() breaks in production when using the packet queue. Dont know why.

We'll skip the packet queue for the gauge and see if that helps.

There is some evidence that gauge() + packet queue only breaks for statsite. There is a semantic difference in the implementation of gauge() in statsite and statsd.

cc @kriskowal @sh1mmer