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

Support for integrating OpenTracing in DropWizard projects

License

License

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

io.opentracing.contrib.dropwizard
ArtifactId

ArtifactId

dropwizard-0.7-opentracing
Last Version

Last Version

0.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

io.opentracing.contrib.dropwizard:dropwizard-0.7-opentracing
Support for integrating OpenTracing in DropWizard projects
Source Code Management

Source Code Management

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

Download dropwizard-0.7-opentracing

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
io.dropwizard : dropwizard-core jar 0.7.1
io.dropwizard : dropwizard-client jar 0.7.1
io.opentracing : opentracing-api jar 0.14.0

Project Modules

There are no modules declared in this project.

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 [email protected].

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

Versions

Version
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0