bernd / statsd-influxdb-backend

A naive InfluxDB backend for StatsD
ISC License
172 stars 74 forks source link

Can't exploit data in grafana #20

Closed tristanbes closed 9 years ago

tristanbes commented 9 years ago

Hi,

Seems that the keys are sent but they are not processed correctly by Influx. (influxdb-backend 0.6)

In my Grafana dashboard I have something like that where the dropdown is taking 10 sec to process :

2015-06-23_1438

Istead of having (like Graphite) servers then choose the server I want data from, it just stores the entire key of all metrics sent.

A partial screenshot from the query SHOW SERIES:

2015-06-23_1442

tima commented 9 years ago

This has nothing to do with this backend. It's an InfluxDB/Grafana problem:

http://docs.grafana.org/datasources/influxdb/:

"The InfluxDB 0.9.x editor is currently under development and is not yet fully usable."

bernd commented 9 years ago

Closing this because it's an Grafana issue.