-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
feat(tracing): add net.peer.name attribute if balancer_data.hostname is available #10729
Conversation
…is available This records the upstream hostname if available on the balancer spans.
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.
same as #10723 (comment), Please try to add some tests to this.
|
@backjo Any update here? |
We force-pushed to the master recently so the history is messed up. Could you rebase the PR towards the master so it can be reviewable? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@backjo Are you still interested in getting this PR to completion? |
@hbagdi yep, cleaning it up rn |
Merge branch 'master' into patch-2
@hbagdi this is good to go I think |
waiting for merged, And then I will do another cherry-pick-related job. |
Co-authored-by: Chrono <chronolaw@gmail.com>
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.
LGTM.
This records the upstream hostname if available on the balancer spans.
Summary
Checklist
Full changelog
Added new span attribute
net.peer.name
if balancer_data.hostname is available.Issue reference
Fix #[issue number]