-
Notifications
You must be signed in to change notification settings - Fork 66
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
No info about hop address in MTR metric #49
Comments
I'm also seeing this behavior with mtr targets. Something is preventing path from being stored for a number of hops, resulting in most data points being associated with unknown. I've confirmed that running mtr to the same target manually from within the network_exporter container results in the expected hop values/ips. Wish I had more insight as to where exactly it might be encountering issues. Happy to set flags/logging etc if it would help narrow down!
|
Would love to test this fix, but I'm a bit of a go novice; given that it's building as a go mod referencing syepes/network_explorer, what's the correct/least terrible way to grab and build the pr commit? Is it really just as simple as adding a replace to go.mod for the pr fork? If so, I think I'm still experiencing the issue, as most path values are still "unknown". I'm willing to bet, though, that I've not properly included the pr code changes |
|
Thanks for that, quite straightforward. Can confirm the issue is resolved with your pr! #65 |
I use network_exporer v1.7.6.
For example try to probe mtr
google.com
. And i cant see in metric addresses of intermediate hops.If i correctly understand this info must be in
path
labelIf I run local
mtr google.com
i can see host ip for each hop.The text was updated successfully, but these errors were encountered: