io.opentracing.contrib.dropwizard:dropwizard-0.7-opentracing

Support for integrating OpenTracing in DropWizard projects

Лицензия

Лицензия

Категории

Категории

DropWizard Контейнер Микросервисы
Группа

Группа

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

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

dropwizard-0.7-opentracing
Последняя версия

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

0.2.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

io.opentracing.contrib.dropwizard:dropwizard-0.7-opentracing
Support for integrating OpenTracing in DropWizard projects
Система контроля версий

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

http://github.com/opentracing-contrib/java-dropwizard/tree/master

Скачать dropwizard-0.7-opentracing

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
io.dropwizard : dropwizard-core jar 0.7.1
io.dropwizard : dropwizard-client jar 0.7.1
io.opentracing : opentracing-api jar 0.14.0

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

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

DEPRECATED

Please use OpenTracing Java JAX-RS instrumentation

DropWizard-OpenTracing

This package enables distributed tracing in DropWizard projects via The OpenTracing Project. Once a production system contends with real concurrency or splits into many services, crucial (and formerly easy) tasks become difficult: user-facing latency optimization, root-cause analysis of backend errors, communication about distinct pieces of a now-distributed system, etc. Distributed tracing follows a request on its journey from inception to completion from mobile/browser all the way to the microservices.

As core services and libraries adopt OpenTracing, the application builder is no longer burdened with the task of adding basic tracing instrumentation to their own code. In this way, developers can build their applications with the tools they prefer and benefit from built-in tracing instrumentation. OpenTracing implementations exist for major distributed tracing systems and can be bound or swapped with a one-line configuration change.

If you want to learn more about the underlying Java API, visit the Java source code.

DropWizard Version

DropWizard 0.8+ has upgraded to Jersey 2.0, so please choose the DropWizard-OpenTracing package that is compatible with your version of DropWizard.

  • Version < 0.8.0 : dropwizard-0.7-opentracing
  • Version >= 0.8.0 : dropwizard-opentracing

Further Information

If you’re interested in learning more about the OpenTracing standard, please visit opentracing.io or join the mailing list. If you would like to implement OpenTracing in your project and need help, feel free to send us a note at community@opentracing.io.

Publishing/Deploying Maven artifacts

Export OSSRH_USERNAME, OSSRH_PASSWORD, and GPG_PASSWORD environment variables, then run mvn -s ../settings.xml deploy from each of the pre- and post-0.7 subdirectories.

io.opentracing.contrib.dropwizard

3rd-Party OpenTracing API Contributions

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

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

Версия
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0