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

feat(outputs.cratedb): Allow configuration of startup error handling #15065

Merged
merged 5 commits into from
Mar 27, 2024

Conversation

srebhan
Copy link
Member

@srebhan srebhan commented Mar 26, 2024

Summary

This PR allows to define the behavior for startup errors of the cratedb output plugin. If startup_error_behavior = "retry" is specified, errors for table creation will not lead to a startup error.

Checklist

  • No AI generated code was used in this PR

Related issues

resolves #13278

@telegraf-tiger telegraf-tiger bot added fix pr to fix corresponding bug plugin/output 1. Request for new output plugins 2. Issues/PRs that are related to out plugins labels Mar 26, 2024
@telegraf-tiger
Copy link
Contributor

@srebhan srebhan added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Mar 27, 2024
@srebhan srebhan assigned powersj and DStrand1 and unassigned srebhan Mar 27, 2024
@srebhan srebhan changed the title fix(outputs.cratedb): Allow configuration of startup error handling feat(outputs.cratedb): Allow configuration of startup error handling Mar 27, 2024
@telegraf-tiger telegraf-tiger bot added the feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin label Mar 27, 2024
Copy link
Contributor

@powersj powersj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the clean up and PR.

@powersj powersj removed their assignment Mar 27, 2024
@DStrand1 DStrand1 merged commit 4f3f9c3 into influxdata:master Mar 27, 2024
27 checks passed
@github-actions github-actions bot added this to the v1.30.1 milestone Mar 27, 2024
@powersj powersj modified the milestones: v1.30.1, v1.31.0 Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin fix pr to fix corresponding bug plugin/output 1. Request for new output plugins 2. Issues/PRs that are related to out plugins ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[outputs.cratedb] telegraf never sends data when network is down at service startup
3 participants