influxdb-relay
influxdb-relay copied to clipboard
Service to replicate InfluxDB data for high availability
Hi, Hello, I am trying to send the data from Telegraf to Influxdb-relay and from there to Influxdb i.e., Telegraf -> Influxdb_relay -> Influxdb. So, I have configured Influxdb-relay IP...
I needed to set up a relay between two different backends and threw this together a quick workaround. I ended up moving it into a separate auth struct just in...
I followed the steps mentioned in document and started a relay with below command $GOPATH/bin/influxdb-relay -config relay.toml Relay started successfully Now, I want to stop the above relay and update...
A client was writing data to backend influxdbs through relay using wrong retention policy (rp). Both backend Influxdbs returned 5xx errors for it. Relay then kept accruing these data points...
hey,i hava a question .how influxdb-relay do ,when a new influxdb node join that cluster? very thanks,
My influxdb is enabled with self-signed certificate: ` https-enabled = true https-certificate = "/etc/ssl/influxdb-selfsigned.crt" https-private-key = "/etc/ssl/influxdb-selfsigned.key"` How to config influx-relay in order to write to my influxdb instance?
how should i configure relay in prometheus case prometheus config: ``` # Remote write configuration (for Graphite, OpenTSDB, or InfluxDB). remote_write: - url: "http://relay.Loadbalancer:9096/api/v1/prom/write?u=foo&p=bar&db=prometheus" ``` relay config: ``` bind-addr =...
I've been testing a setup of InfluxDB/InfluxDB-Relay. It tolerates reboots of instances very well with us experiencing 0 lost records or inconsistencies in our data so far. A nice enhancement...
Seems the sockets connecting to backends are not closed in time. this causes socket port exhausted on the machine. I guess re-using the the http transport to backends should resolve...
https://github.com/influxdata/influxdb-relay/blob/adaa2ea7bf97af592884fcfa57df1a2a77adb571/relay/http.go#L343 Line #344 as well, spotted this on a drive-by source code reading :) Not sure of the real-world implications