-
Notifications
You must be signed in to change notification settings - Fork 708
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
Expose addresses for interfaces #415
Comments
Hi @JJinMaine, |
Hi @carlpett, Thanks! Jim |
Let's turn this into a feature request instead :) As I mentioned, I'm not completely sure how this would best be implemented, but perhaps someone in the community has an idea |
Just came across this issue while looking for the same info as Jim. IPv4 is just a 32-bit integer. We traditionally express it in dot-decimal notation, but it can also be rendered and stored as a normal decimal. Because it's only 32 bits, it can fit inside of a single Prometheus time series value (which are 64-bit floats). So I think something like IPv6 is a bit trickier since it's 128-bit. I'm still not sure how best to store that. @carlpett and @JJinMaine, what are your thoughts? |
It'd be nice to have some stuff like we have on the node_exporter with node_network_route_info
|
This issue has been marked as stale because it has been open for 90 days with no activity. This thread will be automatically closed in 30 days if no further activity occurs. |
Still seems like a worthwhile feature, please don't close. |
Up |
Is someone here interest into testing a snapshot build which containers interface addresses? #1635 |
Hello,
I can't quite figure out how to get the list of currently assigned ipv4 IP addresses to be available at the /metrics endpoint. I can see the NIC name and all the NIC stats but there's no ipv4 addresses listed. Am I doing it wrong? Is there a non-default option I need to enable to get it working? My plan is to show a table of assigned IP addresses along with same stats and I'm hoping this is an easy fix. Thanks!
Jim
The text was updated successfully, but these errors were encountered: