influxdb-relay
influxdb-relay copied to clipboard
Service to replicate InfluxDB data for high availability
Will it work with tokenbased authorization of influxdb2 ?
go: github.com/influxdata/[email protected]: Get "https://proxy.golang.org/github.com/influxdata/influxdb1-client/@v/v0.0.0-20200515024757-02f0bf5dbca3.mod": dial tcp 172.217.160.81:443: i/o timeout
Hi, we are recently having problems with our influxdb-relay. Sometimes, there is an increase in the use of rss and vms memory and then the influxdb-relays buffer becomes full, with...
I looked at https://github.com/influxdata/influxdb-relay/issues/54 and https://github.com/influxdata/influxdb-relay/issues/29 this seems to be couple of years old. Is there no way to use HA-based deployment for collectd based ingest traffic? What is the...
how to test influxdb-relay working or not on multinode…? server1: I install influxdb and influxdb-relay and both running server2: I install influxdb and influxdb-relay and both running so what next...
go get -u github.com/influxdata/influxdb-relay package github.com/influxdata/influxdb/v2/pkg/escape: cannot find package "githu b.com/influxdata/influxdb/v2/pkg/escape" in any of: /usr/local/go/src/github.com/influxdata/influxdb/v2/pkg/escape (from $GO ROOT) /root/go/src/github.com/influxdata/influxdb/v2/pkg/escape (from $GOPATH) Centos7.5 golang:1.5.4(I also have tried 1.7.6 and 1.14.2) I...
Hey guys, We had a problem regarding the hardcoded `204 No Content` of `/ping` response code. Indeed, Google Cloud Plateform `http health-checks` only accept `200 OK`. With this PR, you'll...
(A simpler version of #74)
IInfluxdb-relay installation error: not enough arguments in call to models.ParsePointsWithPrecision
I am running following command to install influxdb-relay. `sudo go get -u github.com/influxdata/influxdb-relay ` ``` gocode/src/github.com/influxdata/influxdb-relay/relay/http.go:169:48: not enough arguments in call to models.ParsePointsWithPrecision have ([]byte, time.Time, string) want ([]byte, []byte,...
I was looking at the architecture and I'm a bit puzzled by the fact that data inconsistency can occur and I'm wondering how I'm supposed to fix those. Here's an...