-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
fix(inputs.snmp_trap): Remove timeout deprecation #16145
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DStrand1 one comment. Furthemore, it might be good to add a comment to the setting in the sample.conf
that this timeout is only used with the netsnmp translator.
Looks like I deprecated it (partially) with #10339, but then it got re-added with #11534. To me, it looks like the timeout should be removed completely, or set it fixed at 5s (a |
@Hipska it might be true that we should remove the timeout completely, but as it stands now the timeout is used and cannot be deprecated. If you want to remove it, please propose a holistic PR including the removal of the whole code path. |
Download PR build artifacts for linux_amd64.tar.gz, darwin_arm64.tar.gz, and windows_amd64.zip. 📦 Click here to get additional PR build artifactsArtifact URLs |
(cherry picked from commit 9680123)
Summary
Removes the "unused" deprecation from the timeout field as it is still used
Checklist
Related issues
resolves #16137