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.

License

License

Categories

Categories

Zipkin Application Testing & Monitoring Application Performance Monitoring (APM)
GroupId

GroupId

com.expedia.www
ArtifactId

ArtifactId

haystack-zipkin-interoperability
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/ExpediaDotCom/haystack-zipkin-interoperability-experimental/tree/master
Source Code Management

Source Code Management

http://github.com/ExpediaDotCom/haystack-zipkin-interoperability-experimental

Download haystack-zipkin-interoperability

How to add to project

<!-- https://jarcasting.com/artifacts/com.expedia.www/haystack-zipkin-interoperability/ -->
<dependency>
    <groupId>com.expedia.www</groupId>
    <artifactId>haystack-zipkin-interoperability</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.expedia.www/haystack-zipkin-interoperability/
implementation 'com.expedia.www:haystack-zipkin-interoperability:1.0.2'
// https://jarcasting.com/artifacts/com.expedia.www/haystack-zipkin-interoperability/
implementation ("com.expedia.www:haystack-zipkin-interoperability:1.0.2")
'com.expedia.www:haystack-zipkin-interoperability:jar:1.0.2'
<dependency org="com.expedia.www" name="haystack-zipkin-interoperability" rev="1.0.2">
  <artifact name="haystack-zipkin-interoperability" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.expedia.www', module='haystack-zipkin-interoperability', version='1.0.2')
)
libraryDependencies += "com.expedia.www" % "haystack-zipkin-interoperability" % "1.0.2"
[com.expedia.www/haystack-zipkin-interoperability "1.0.2"]

Dependencies

provided (1)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.0

test (3)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.0.3
org.easymock : easymock jar 3.4
org.pegdown : pegdown jar 1.6.0

Project Modules

There are no modules declared in this project.

Build Status 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 [email protected]: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

com.expedia.www

Expedia.com

Versions

Version
1.0.2
1.0.1
1.0.0