node-statsd-client
node-statsd-client copied to clipboard
Node.js client for statsd
To better understand why this should be used instead of the original module
Learned the hardway today that this will crash PM2. There is a bug in node related to UDP and I believe this is the issue. https://github.com/nodejs/node-v0.x-archive/issues/9261 I do not know...
Try to make statsd client faster by: - avoiding buffer copy and allocations - Using a modified version of send() that makes assumptions r: @jcorbin @kriskowal @robskillington
This adds an opt-in cardinality checker to the statsd client. It will report a gauge of all the unique stats key that it has seen locally within the process. When...
this might be related to spinning workers and -1 fd