-
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
chore(deps): Bump github.com/showwin/speedtest-go from 1.5.2 to 1.6.2 #13369
Conversation
@r3inbowari can you please check if my changes to the plugin are correct!? |
OK, @srebhan, i left some comments. |
Co-authored-by: r3inbowari <[email protected]>
Co-authored-by: r3inbowari <[email protected]>
Co-authored-by: r3inbowari <[email protected]>
Download PR build artifacts for linux_amd64.tar.gz, darwin_amd64.tar.gz, and windows_amd64.zip. 👍 This pull request doesn't change the Telegraf binary size 📦 Click here to get additional PR build artifactsArtifact URLs |
This PR updates the speedtest-go package to get the fix showwin/speedtest-go#127. Without this, Telegraf will discard all log messages after the
inputs.internet_speed
plugin is imported due to alog.SetOutput(io.Discard)
call in that package.