https://github.com/expediadotcom/haystack-zipkin-interoperability-experimental
https://github.com/expediadotcom/haystack-zipkin-interoperability-experimental
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/expediadotcom/haystack-zipkin-interoperability-experimental
- Owner: ExpediaDotCom
- License: apache-2.0
- Created: 2020-05-27T07:11:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-29T06:08:00.000Z (almost 6 years ago)
- Last Synced: 2025-01-14T17:30:39.153Z (over 1 year ago)
- Language: Scala
- Size: 77.1 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/github/ExpediaDotCom/haystack-zipkin-interoperability-experimental)
[](https://github.com/ExpediaDotCom/haystack/blob/master/LICENSE)
# haystack-zipkin-interoperability-experimental
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.
## Disclaimer
This is an experimental library. If we see it's usage, we will bring it to the mainstream library.
## Building
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```
#### Prerequisite:
* Make sure you have Java 1.8
* Make sure you have maven 3.3.9 or higher
#### Build
For a full build including unit tests, one can run -
```
mvn clean package
```
* Update maven version
* Raise a PR
#### Releasing haystack-commons
* https://github.com/ExpediaDotCom/haystack-zipkin-interoperability-experimental/blob/master/Release.md