InfluxDB doesn't understand StatsD metrics natively. You need to use
Telegraf to translate the StatsD output into valid line protocol.

https://influxdata.com/blog/getting-started-with-sending-
statsd-metrics-to-telegraf-influxdb/
https://github.com/influxdata/telegraf/tree/master/plugins/inputs/statsd

On Sun, Sep 4, 2016 at 9:17 AM, <[email protected]> wrote:

> Hi,
> I get this errors:
> [influxdb] (DEBUG) Sending 37450 different points via HTTP
> 4 Sep 15:16:47 - [influxdb] (DEBUG) Payload size 6130.46 KB
> 4 Sep 15:16:47 - [influxdb] HTTP Error: 404
> 4 Sep 15:16:48 - [influxdb] Error: write EPIPE
>
> This is my statsd configuration:
>
> {
>   influxdb: {
>     host: 'influxdb-test', // InfluxDB host (default 127.0.0.1)
>     port: 8086, // InfluxDB port (default 8086)
>     database: 'statsd',  // InfluxDB db instance (required)
>     username: 'influxusr', // InfluxDB db username (required)
>     password: 'influxpass', // InfluxDB db password (required)
>     flush: {
>       enable: true // enable regular flush strategy (default true)
>     },
>     proxy: {
>       enable: false, // enable the proxy strategy (default false)
>       suffix: 'raw', // metric name suffix (default 'raw')
>       flushInterval: 1000
>     }
>   },
>   mgmt_port: 8221,
>   port: 8991, // statsD port
>   version: 0.13,
>   backends: ['./backends/console', 'statsd-influxdb-backend'],
>   debug: true,
>   legacyNamespace: false
> }
>
> --
> Remember to include the InfluxDB version number with all issue reports
> ---
> You received this message because you are subscribed to the Google Groups
> "InfluxDB" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/influxdb.
> To view this discussion on the web visit https://groups.google.com/d/ms
> gid/influxdb/a04f875d-32e3-4880-8f1b-bb3fc122c45c%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Sean Beckett
Director of Support and Professional Services
InfluxDB

-- 
Remember to include the InfluxDB version number with all issue reports
--- 
You received this message because you are subscribed to the Google Groups 
"InfluxDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/influxdb.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/influxdb/CALGqCvNLQhxzUt1QoKiGn%3D1zAL0MH2huY8wT%3DW3RbEJtHPWjvw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to