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

Add InfluxDB V2 support #195

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 13, 2021

  1. Add influxdb 2 client

    gcrevell committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    12c2a57 View commit details
    Browse the repository at this point in the history
  2. Add structure for influxdb 2 params

    This contains all the data needed for connecting and writing to an InfluxDB2 server
    gcrevell committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    59d6821 View commit details
    Browse the repository at this point in the history
  3. Parse influxdb 2 config data

    gcrevell committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    5b15299 View commit details
    Browse the repository at this point in the history
  4. Add influxdb2 manager class

    This stores the data needed for InfluxDB2, and has a single `write_points` function on this that takes an array of points to add to the database
    gcrevell committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    6d170c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    364253e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06e6a0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a712ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ede4762 View commit details
    Browse the repository at this point in the history
  9. Clean up linting errors

    gcrevell committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    a78da12 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b4efd15 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Configuration menu
    Copy the full SHA
    ac25883 View commit details
    Browse the repository at this point in the history