-
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
Ethtool Input Plugin (#5864) #5865
Ethtool Input Plugin (#5864) #5865
Conversation
5cb7ac9
to
2b435f8
Compare
I would love to see this make it in. We have broadcom 10Gbps NIC that don't report CRC errors in the standard |
2b435f8
to
ab7ed76
Compare
Fixed conflict with master for Gopkg.toml following the 1.11 release |
Again, would love to see this in 1.11. We have netword card drivers that are not reporting back to proper RX CRCs errors into their drivers. Working on that front as well. Thanks @philippreston, really useful. |
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 like a pretty good start to a useful plugin
Thanks Greg - I'll rattle through feedback later today / tomorrow and push up changes. |
ab7ed76
to
5eaedcb
Compare
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.
Hey
Slightly later than planned. I have updated as per code review. Let me know if there is anything else you need.
Again - many thanks
Phil
@glinton not able to push this back for review - so just a ping to indicate the changes are complete. Thanks Phil |
Hey @glinton Just wanting to confirm that you saw changes ok? Many thanks Phil |
Hey Just checking in on the updates to the pull request. Thanks Phil |
Thanks @philippreston, we'll take another look as soon as we can. Please ping us again if we haven't updated the review before the 6th. |
Also, try not to force push once a review has started as re-reviewing the entire pr is more time consuming. thanks. |
Apologies - noted for future. Thanks Phil |
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
Hey Apologies took so long. Changes made. Many thanks Phil |
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
Hey Just wanted to check in and see whether this was going to make the 1.13 release, not that the PR is ok? Many thanks Phil |
It doesn't look like it's on a milestone yet, let me mark this so we can review and put it on one. Thanks for the reminder |
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.
Looking good, should be no problem to complete for 1.13.0.
Cool - thanks for that. I'll get changes made before end of week. Phil |
Hey Sorry was caught up in other stuff last few weeks. Have committed those last few bits of feedback. Many thanks Phil |
c9fad06
to
4198dc4
Compare
Added new input plugin that will support pulling of data from ethernet devices via ethtool
Moved waitGroup out of struct and separated std and non-std imports.
Added Init function and moved EthTool initialisation to that allowing passing of error into telegraf. Removed DriverName as a flag.
4198dc4
to
7119757
Compare
FYI I did a little bit of fumbling resolving the merge conflict, and needed to rebase your branch. Merging as soon as the tests complete. |
Resolves #5864
Added new input plugin that will support pulling of data from
ethernet devices via ethtool
Required for all PRs: