You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, time.Time, string)
gocode/src/github.com/influxdata/influxdb-relay/relay/udp.go:163:48: not enough arguments in call to models.ParsePointsWithPrecision
have ([]byte, time.Time, string)
want ([]byte, []byte, time.Time, string)
root@lx-05:~# not enough arguments in call to models.ParsePointsWithPrecision
Is this due to a missing package or actual bug ?
The text was updated successfully, but these errors were encountered:
go/src/github.com/influxdata/influxdb-relay/relay/http.go:169: not enough arguments in call to models.ParsePointsWithPrecision
have ([]byte, time.Time, string)
want ([]byte, []byte, time.Time, string)
go/src/github.com/influxdata/influxdb-relay/relay/udp.go:163: not enough arguments in call to models.ParsePointsWithPrecision
have ([]byte, time.Time, string)
want ([]byte, []byte, time.Time, string)
I am running following command to install influxdb-relay.
sudo go get -u github.com/influxdata/influxdb-relay
Is this due to a missing package or actual bug ?
The text was updated successfully, but these errors were encountered: