nathanielc / morgoth

Metric anomaly detection
http://docs.morgoth.io
Apache License 2.0
280 stars 31 forks source link

Support for influxDB 0.8.x #26

Closed kumarnmanoj closed 8 years ago

kumarnmanoj commented 9 years ago

Whether the influxDB 0.8.x is supported?

As per the README morgoth integrates with graphite and mongodb also. Is there any reference/example for integration of the graphite or mongodb.

nathanielc commented 9 years ago

Morgoth only supports InfluxDB 0.9.x. I had an initial working backend on MongoDB but it quickly became very difficult to continue to support since I was essentially rewriting InfluxDB on top of MongoDB, which was bound to fail. As a result Morgoth now only support InfluxDB 0.9.x. Morgoth supports graphite in that InfluxDB also uses the graphite protocol.

Slach commented 9 years ago

could you write some config examples for graphite support configuration ?

deniszh commented 9 years ago

If I understand correctly single way how you can do that is split your Graphite metric flow, send one part to InfluxDB and then working with InfluxDB. Fortunately Graphite parsing was fixed in InfluxDB 0.9 - https://github.com/influxdb/influxdb/issues/2102

nathanielc commented 8 years ago

Closing since this is no longer possible/relevant