Open weijiage opened 2 years ago
Add support for InfluxDB 2.x using client library influxdb-client-go.
Please find the following sample inputs expected from user. "influx2": { "token": "my-token", "orgname": "my-org", "writeinrecords": true },
"influx2": { "token": "my-token", "orgname": "my-org", "writeinrecords": true },
token
orgname
writeinrecords
make test is failing, please fix it.
Thanks for pitching it, please find the fix in commit e32b9bb
Add support for InfluxDB 2.x using client library influxdb-client-go.
Please find the following sample inputs expected from user.
"influx2": { "token": "my-token", "orgname": "my-org", "writeinrecords": true },
token
: authentication tokenorgname
: organization namewriteinrecords
: writes line protocol record(s) into bucket if true, otherwise writes data point(s) into bucket.