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

spanId is fixed with native image #25

Closed
making opened this issue Jul 6, 2020 · 0 comments
Closed

spanId is fixed with native image #25

making opened this issue Jul 6, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@making
Copy link
Owner

making commented Jul 6, 2020

for native-image

$ rsc ws://localhost:8080/rsocket -r rr --trace --zipkinUrl http://localhost:9411 --printB3
Hello World!
b3=5f036b2974d6db8c95bc03c648ad1ae6-95bc03c648ad1ae6-d
$ rsc ws://localhost:8080/rsocket -r rr --trace --zipkinUrl http://localhost:9411 --printB3
Hello World!
b3=5f036b2a74d6db8c95bc03c648ad1ae6-95bc03c648ad1ae6-d
$ rsc ws://localhost:8080/rsocket -r rr --trace --zipkinUrl http://localhost:9411 --printB3
Hello World!
b3=5f036b2b74d6db8c95bc03c648ad1ae6-95bc03c648ad1ae6-d

for jar

$ java -jar rsc-0.5.0.jar ws://localhost:8080/rsocket -r rr --trace --zipkinUrl http://localhost:9411 --printB3
Hello World!
b3=5f036b06271e05cd85890b8471bcf949-85890b8471bcf949-d
$ java -jar rsc-0.5.0.jar ws://localhost:8080/rsocket -r rr --trace --zipkinUrl http://localhost:9411 --printB3
Hello World!
b3=5f036b08e5f65814b6f59c14c53cd498-b6f59c14c53cd498-d
$ java -jar rsc-0.5.0.jar ws://localhost:8080/rsocket -r rr --trace --zipkinUrl http://localhost:9411 --printB3
Hello World!
b3=5f036b0b46586ac96cc2971e20f8de64-6cc2971e20f8de64-d
@making making added the bug Something isn't working label Jul 6, 2020
@making making closed this as completed in 95d6ce8 Sep 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant