Jaeger Client Bundle

OpenTracing Jaeger Tracer Bundle

License

License

Categories

Categories

CLI User Interface Jaeger client Application Testing & Monitoring Monitoring
GroupId

GroupId

io.opentracing.contrib
ArtifactId

ArtifactId

jaeger-client-bundle
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Jaeger Client Bundle
OpenTracing Jaeger Tracer Bundle

Download jaeger-client-bundle

How to add to project

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

Dependencies

provided (3)

Group / Artifact Type Version
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)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.0
0.0.3
0.0.2
0.0.1