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.postgresql): Allow configuration of startup error handling #15073

Merged
merged 1 commit into from
Mar 29, 2024

Conversation

srebhan
Copy link
Member

@srebhan srebhan commented Mar 27, 2024

Summary

This PR allows to define the behavior for startup errors of the postgresql output plugin. Doing so you can make Telegraf error out on startup errors (default), to retry connecting to the server or to ignore the output...

Checklist

  • No AI generated code was used in this PR

Related issues

resolves #14365

@telegraf-tiger telegraf-tiger bot added area/postgresql feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin plugin/output 1. Request for new output plugins 2. Issues/PRs that are related to out plugins labels Mar 27, 2024
@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
@powersj powersj removed their assignment Mar 27, 2024
@DStrand1 DStrand1 merged commit 5066980 into influxdata:master Mar 29, 2024
26 checks passed
@github-actions github-actions bot added this to the v1.31.0 milestone Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/postgresql feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin 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.postgresql] add setting to retry connection
3 participants