-
Notifications
You must be signed in to change notification settings - Fork 14
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
want both src. and source, dst. and destination metrics #1
base: master
Are you sure you want to change the base?
Conversation
I just tested it from your github repo and it worked as expected, I have both sources and destinations listed. I got some interesting error messages, but the resulting binary works just fine:
|
OK. I get a similar error message when I try to build from original sources combined with a patch from this pull request:
But the resulting binary works fine, and as "github.com/cespare/xxhash/v2" is referenced in a file not touched by this PR, I suspect that it's a separate problem. |
works fine, except I needed to upgrade
|
I can't find it documented, but it looks like 'src.' and 'dst.' are just for internal sources and destinations.
Manually specified ones show up as 'source' and 'destination' in the stats - updating this exporter to gather those as well. Slightly hacky in that I'm sticking with just checking the first 4 characters, so 'sour' and 'dest'.