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.

Лицензия

Лицензия

Категории

Категории

Zipkin Тестирование приложения и мониторинг Application Performance Monitoring (APM)
Группа

Группа

com.expedia.www
Идентификатор

Идентификатор

haystack-zipkin-interoperability
Последняя версия

Последняя версия

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/ExpediaDotCom/haystack-zipkin-interoperability-experimental/tree/master
Система контроля версий

Система контроля версий

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

Скачать haystack-zipkin-interoperability

Как подключить последнюю версию

<!-- 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"]

Зависимости

provided (1)

Идентификатор библиотеки Тип Версия
org.apache.commons : commons-lang3 jar 3.0

test (3)

Идентификатор библиотеки Тип Версия
org.scalatest : scalatest_2.12 jar 3.0.3
org.easymock : easymock jar 3.4
org.pegdown : pegdown jar 1.6.0

Модули Проекта

Данный проект не имеет модулей.

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 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

com.expedia.www

Expedia.com

Версии библиотеки

Версия
1.0.2
1.0.1
1.0.0