Skip to content

add influxdb2 support#121

Open
weijiage wants to merge 2 commits into
masterfrom
influx2_support
Open

add influxdb2 support#121
weijiage wants to merge 2 commits into
masterfrom
influx2_support

Conversation

@weijiage

@weijiage weijiage commented Jun 8, 2022

Copy link
Copy Markdown
Collaborator

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.

@nileshsimaria

Copy link
Copy Markdown
Owner

make test is failing, please fix it.

@weijiage

Copy link
Copy Markdown
Collaborator Author

make test is failing, please fix it.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants