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

issue context - https://github.com/bernd/statsd-influxdb-backend#set [ { **name: 'visior',** columns: ['value', 'time'], points: [['1.1', 1384798553000], ['1.2', 1384798553001]] } ] The name should be 'visitor' , I guess

I am trying to connect influx db from statsd, it is always showing 404 error. I am using 1.1.1 influxdb version, statsd with the latest commit. Logs ===== 'getkong.test.request.status.200': 0,...

We couldnt find a way to enable DEBUG loggings. we see only INFO thanks.

I am looking for a maintainer for statsd-influxdb-backend because I am currently not using statsd and influxdb at all. This makes it hard to test changes and decide on architecture...

In influxdb 1.0 version, the json protocol is removed. So I add a v1 interface for line protocol.

Per https://docs.influxdata.com/influxdb/v0.13/concepts/schema_and_data_layout/, it's better for InfluxDB to differentiate data with tags than with detailed measurement names. Tags are indexed and InfluxDB does not allow merging data across measurements, so parsing...

1.support influxdb v0.11 and v0.12 with line protocal 2.add RP in config

We use statsd to measure api time cost and count. I pass http uri as key to statsd, but it seems that influxdb receives data with key translated by statsd....

This does't require any chances on statsd site as other solution. It works by appending `tag` into metric name, and parse metric name to write tags. First, disable sanity key...