Skip to content
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

Adds Endpoint.toString that matches json #249

Merged
merged 1 commit into from
Oct 5, 2016

Conversation

codefromthecrypt
Copy link
Member

This adds Endpoint.toString for debugging. It uses json encoding so that
it is easier to compare with spans in zipkin.

Fixes #245

@codefromthecrypt
Copy link
Member Author

@schlosna I realized this wasn't as easy since we don't format json on endpoint upstream. took the punch to do the work. let me know if this works for you

@codefromthecrypt
Copy link
Member Author

@schlosna tomorrow I'll update base library to zipkin 1.13 which simplifies this as we just need to convert to zipkin.Endpoint then call toString(). afterwards will shortly release a Brave, assuming you're ok with the Reporter stuff sitting in master.

This adds Endpoint.toString for debugging. It uses json encoding so that
it is easier to compare with spans in zipkin.
@codefromthecrypt
Copy link
Member Author

bumped

@codefromthecrypt codefromthecrypt merged commit 741bec4 into master Oct 5, 2016
@codefromthecrypt codefromthecrypt deleted the inetaddress-toString branch October 5, 2016 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant