-
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(internal.ethtool): internal name conflict with aws #11696
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.
Thanks @MyaLongmire for the fix. Are we really sure the type assertion will always hold? I'd feel a bit better if we check and log on error...
@srebhan I am not convinced this is the correct way to implement the logger but I gave it a go. If you would please take another look :) |
Oh damn I feel so dumb... I didn't notice that the function is in the test. :-( Sorry for all the noise!!! Please revert to before adding the logger as it is not worth to do this for tests! |
@srebhan no worries :) I have now removed the logger if you wouldn't mind giving it yet another look. |
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.
Code looks good except for the included custom_builder
binary. ;-D
So weird! I have no idea where that came from. I will remove it. |
Download PR build artifacts for linux_amd64.tar.gz, darwin_amd64.tar.gz, and windows_amd64.zip. 🥳 This pull request decreases the Telegraf binary size by -2.09 % for linux amd64 (new size: 148.6 MB, nightly size 151.7 MB) 📦 Click here to get additional PR build artifactsArtifact URLs |
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.
Looks good to me. Thanks for the fix @MyaLongmire!
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.
Thank you!
(cherry picked from commit 5f22bd1)
Required for all PRs
resolves #10869