Library to convert the three ids, viz trace-id , span-id, parent-span-id in UUID format to zipkin B3 format in terms of hex char encodings.
This is an experimental library. If we see it's usage, we will bring it to the mainstream library.
Since this repo contains haystack-idl as the submodule, so use the following to clone the repo
git clone git@github.com:ExpediaDotCom/haystack-zipkin-interoperability-experimental.git
- Make sure you have Java 1.8
- Make sure you have maven 3.3.9 or higher
For a full build including unit tests, one can run -
mvn clean package
-
Update maven version
-
Raise a PR