Jaeger Client Bundle

OpenTracing Jaeger Tracer Bundle

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем Jaeger client Тестирование приложения и мониторинг Monitoring
Группа

Группа

io.opentracing.contrib
Идентификатор

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

jaeger-client-bundle
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Jaeger Client Bundle
OpenTracing Jaeger Tracer Bundle

Скачать jaeger-client-bundle

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

<!-- https://jarcasting.com/artifacts/io.opentracing.contrib/jaeger-client-bundle/ -->
<dependency>
    <groupId>io.opentracing.contrib</groupId>
    <artifactId>jaeger-client-bundle</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.opentracing.contrib/jaeger-client-bundle/
implementation 'io.opentracing.contrib:jaeger-client-bundle:1.0.0'
// https://jarcasting.com/artifacts/io.opentracing.contrib/jaeger-client-bundle/
implementation ("io.opentracing.contrib:jaeger-client-bundle:1.0.0")
'io.opentracing.contrib:jaeger-client-bundle:jar:1.0.0'
<dependency org="io.opentracing.contrib" name="jaeger-client-bundle" rev="1.0.0">
  <artifact name="jaeger-client-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.opentracing.contrib', module='jaeger-client-bundle', version='1.0.0')
)
libraryDependencies += "io.opentracing.contrib" % "jaeger-client-bundle" % "1.0.0"
[io.opentracing.contrib/jaeger-client-bundle "1.0.0"]

Зависимости

provided (3)

Идентификатор библиотеки Тип Версия
io.opentracing.contrib » java-opentracing-jaeger-common jar 1.0.0
io.jaegertracing : jaeger-client jar 1.0.0
javax.annotation : javax.annotation-api jar 1.3.2

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

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

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

Build Status

OpenTracing Jaeger Tracer Bundle

OpenTracing Jaeger Client Bundle. It builds on top of the java-client artifact, which uses Thrift.

This project builds a fat-jar with all its dependencies, along with simple configuration, in order to ease deployment, which can then be retrieved using the TracerFactory pattern (from java-tracerresolver ). It can be used with any OpenTracing instrumentation library.

java -cp:$MYCLASSPATH:jaeger-client-bundle-SNAPSHOT.jar com.mycompany.MyService

Development

mvn package

License

Apache 2.0 License.

io.opentracing.contrib

3rd-Party OpenTracing API Contributions

3rd-party contributions that use OpenTracing. **The repositories in this org are *not* affiliated with the CNCF.**

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

Версия
1.0.0
0.0.3
0.0.2
0.0.1