-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
New Component: ethtool receiver
#9593
Comments
@MovieStoreGuy thanks for proposing the component. Could this receiver become a scraper in hostmetrics receiver or do you think it's specific enough that it should be a separate receiver? |
That sounds like a reasonable way forward, I don't intend for it to do much more than what is described here: However, I wanted it to be adoptable by any infrastructure vendor |
Having it as a scraper in the hostmetrics receiver could make sense. It would be linux-only, but everything that ethool queries I believe is kernel-level, so it seems general enough. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping |
What metrics would you capture? |
From https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-network-performance-ena.html To know when an EC2 instance in AWS has hit otherwise hidden AWS imposed network allowances/limits. for posterity, copied from that document:
|
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
This should get re-opened I think - these are critical metrics I was surprised to find are not supported yet in the |
@atoulme Is there a process for asking for this to be re-opened and evaluated? |
The purpose and use-cases of the new component
when monitor network bound compute nodes, it becomes important to understand per network interface statistics to check for saturation.
Example configuration for the component
Looking to make transitioning from the telegraf agent to Open Telemetry collector simple to understand.
I would like it to be something similar:
In the event that a conflict was to happen, the exclude definition will override any include patterns.
The default configuration will monitor all interfaces excluding the loopback interface.
Telemetry data types supported
Metrics Only
Sponsor (Optional)
Looking for a sponsor 🙏🏽
Open to any suggestions.
The text was updated successfully, but these errors were encountered: