statsd-influxdb-backend icon indicating copy to clipboard operation
statsd-influxdb-backend copied to clipboard

A naive InfluxDB backend for StatsD

Results 17 statsd-influxdb-backend issues
Sort by recently updated
recently updated
newest added

This will allow for appending a 'host' tag when sending measurements to InfluxDB. Useful when sending gauge metrics with the same name from multiple hosts.

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...

I have seen a couple different ways that statsd-to-X bridges enabled support for tagging. [This](https://github.com/danslimmon/statsd-opentsdb-backend) project does it by looking for tags embedded as part of the metric name. It...

InfluxDB v0.9.0 RC32 introduced a new line protocol write API that they've determined provides dramatic performance improvements. https://github.com/influxdb/influxdb/pull/2696 According to the discussion amongst the developers, the JSON protocol will remain...

InfluxDB 0.9 is coming soon, and [rc4](https://github.com/influxdb/influxdb/releases/tag/v0.9.0-rc4) has just been released which features an entirely new API and a tag system for describing metrics. In addition to the new JSON...

For influx 0.9, change protocol from JSON to line protocol, support tags in InfluxDB 0.9.