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

PERF-5348 Merge with upstream #3

Merged
merged 2 commits into from
May 10, 2024
Merged

PERF-5348 Merge with upstream #3

merged 2 commits into from
May 10, 2024

Commits on Sep 21, 2023

  1. 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 Sep 21, 2023
    Configuration menu
    Copy the full SHA
    37fced7 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

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