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

Devops workload extensions #5

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on May 21, 2024

  1. Influx v2 support

    filipecosta90 authored and jodoma committed May 21, 2024
    Configuration menu
    Copy the full SHA
    06e3f39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0acd898 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    696ca36 View commit details
    Browse the repository at this point in the history
  4. Fix panic in timescale target with iot use case (timescale#233)

    * Ensure all tables are created before continuing
    
    When create-metrics-table is false, PostCreateDB does not populate tableCols,
    causing incorrect column count in Timescale processor.  Wait for all tables to be created.
    
    Signed-off-by: Arunprasad Rajkumar <[email protected]>
    
    * Ignore `out` directory
    
    Signed-off-by: Arunprasad Rajkumar <[email protected]>
    
    ---------
    
    Signed-off-by: Arunprasad Rajkumar <[email protected]>
    arajkumar authored and jodoma committed May 21, 2024
    Configuration menu
    Copy the full SHA
    7f7760c View commit details
    Browse the repository at this point in the history
  5. updates to clickhouse implementation:

    - Converted old MergeTree syntax to new syntax with same values
    - Added support for port, secure and skip-verify parameters
    - Added new clickhouse parameters to documentation
    Kevin Maier authored and jodoma committed May 21, 2024
    Configuration menu
    Copy the full SHA
    64bd0ec View commit details
    Browse the repository at this point in the history
  6. Updated Hypertable creation in timescale binding

    Kevin Maier authored and jodoma committed May 21, 2024
    Configuration menu
    Copy the full SHA
    fd65e0a View commit details
    Browse the repository at this point in the history