jtimon icon indicating copy to clipboard operation
jtimon copied to clipboard

add influxdb2 support

Open weijiage opened this issue 2 years ago • 2 comments

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 },

  1. token: authentication token
  2. orgname: organization name
  3. writeinrecords: writes line protocol record(s) into bucket if true, otherwise writes data point(s) into bucket.

weijiage avatar Jun 08 '22 00:06 weijiage

make test is failing, please fix it.

nileshsimaria avatar Jun 09 '22 17:06 nileshsimaria

make test is failing, please fix it.

Thanks for pitching it, please find the fix in commit e32b9bb

weijiage avatar Jun 13 '22 17:06 weijiage