Closed lemoer closed 4 months ago
Probably b/c it uses https://github.com/influxdata/influxdb1-client which does not speak to the 2.0 API. Maybe it has to be rewritten with https://github.com/influxdata/influxdb-client-go
There is compatibility: https://docs.influxdata.com/influxdb/v2.0/reference/api/influxdb-1x/.
It would be nice to see this merged. We currently use influxdb 2 and yanic dies when influx is not available
I am with you. Sorry for that delay. I current have no time for speed it, to fix and write tests. I believe it will take minimale two month more.
Maybe somebody else has time.
:tada: This issue has been resolved in version 1.6.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Hi there,
we recently updated to InfluxDB 2.0 and now we have problems, that Yanic is not able to write to InfluxDB anymore.
In the yanic logs, I see this:
I have inspected the HTTP traffic between Yanic and InfluxDB and it seems that InfluxDB returns an
500 Internal Server Error
within the HTTP body.
So far I was not able to figure out, what that means. Does anybody have an idea here?