influxdata / influxdb-relay

Service to replicate InfluxDB data for high availability
MIT License
855 stars 350 forks source link

Maintained fork by Vente-Privée #67

Closed rockyluke closed 1 year ago

rockyluke commented 6 years ago

Hello,

First of all thank you InfluxData & contributors for providing us such great tools. You've done an Amazing work.

We are very happy user of InfluxDB Relay at Vente-Privée but I seem that it's not maintained anymore (last commit is a bit old) and I respectfully understand that choice. That's why we plan to maintain it on https://github.com/vente-privee/influxdb-relay/tree/develop. The first main feature we want to add is handle prometheus remote_write case.

What we already have done:

Feel free to join & help us by making more & more issues / PR 😄

=> https://github.com/vente-privee/influxdb-relay

knope commented 6 years ago

have you been able to successfully remote_write to the relay endpoint using the native prom/ influx api? if so can you update the Array of InfluxDB instances to use as backends for Relay in readme?

i'm still receiving server returned HTTP status 404 Not Found: {\"error\":\"invalid write endpoint\"} when compiled and using the expected pattern


remote_write:
  - url: "<http://url>:7076/api/v1/prom/write?db=prometheus"
remote_read:
  - url: "<http://url>:7076/api/v1/prom/read?db=prometheus" ```
rockyluke commented 6 years ago

Almost done 😄 It's working but more like quick and dirty hack. We plan to release improved code soon.

rockyluke commented 6 years ago

We just release it on the develop branch => https://github.com/vente-privee/influxdb-relay.

We've done performance test with Vegeta and we didn't see any differences.

Can you try it ?