You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2022. It is now read-only.
I believe the documentation of this repository to be correct, but the opentracing.io examples seem to have a much higher google page rank, which might cause some confusion.
In this section of the repo documentation
https://github.com/yurishkuro/opentracing-tutorial/tree/master/java/src/main/java/lesson03#extract-the-span-context-from-the-incoming-request-using-tracerextract
It suggests using the
TextMapAdapterwhile on this section of opentracing.io documentation
https://opentracing.io/guides/java/inject-extract/#extracting-the-span-s-context-from-incoming-request
It suggests using the
TextMapExtractAdapterI believe the documentation of this repository to be correct, but the opentracing.io examples seem to have a much higher google page rank, which might cause some confusion.
Regards