statsd-influxdb-backend
statsd-influxdb-backend copied to clipboard
Allow connection pooling
Allow connection pooling so that requests do not back up when the response time is slower than the flush interval. Handle response data events so that Node is aware we have consumed the response instead of waiting for a remote timeout (see http://stackoverflow.com/questions/15533448/node-js-http-request-problems-with-connection-pooling).
Graph showing the effects of this change (in addition to updating NodeJS from 0.10.26 to 0.12.7):
