Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new functions to export to influx2 #14

Open
breadlysm opened this issue Jun 18, 2021 · 3 comments
Open

Create new functions to export to influx2 #14

breadlysm opened this issue Jun 18, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@breadlysm
Copy link
Owner

Likely will need to refactor Influx1 exporter.

possible solution
Lean functions that handle common tasks in influx class.
Inherit those into separate objects for influx 1 and 2.

another option is just separate connection methods for 1&2 with separate exports under the same object.

@breadlysm breadlysm added the enhancement New feature or request label Jun 18, 2021
@breadlysm breadlysm added this to the Support InfluxDB 2.0+ milestone Jun 18, 2021
@breadlysm breadlysm self-assigned this Jun 18, 2021
@andrema2
Copy link

andrema2 commented Aug 7, 2021

Hi, I really like your work. Do you have any time frame for when Influxdb2 connection would be ready ? I see it closed, but no new ENV variables and so on.
Thanks

@marty-oehme
Copy link

@andrema2 Over summer I quickly threw together a version of this project that works with InfluxDBv2 here, be aware that it's based on a very old version of this codebase though.

@mrkirbyv
Copy link

There is still a V1 endpoint in V2 that works with the identical POST except that you have to add an Auth token header to the POST. That might be the easiest way to get it to work with V2 without much internal work. Just add an env for the token and use it to create an additional header. All else stays the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants