OpenTracing Jaeger Tracer Bundle (Parent)

OpenTracing Jaeger Tracer Bundle

License

License

Categories

Categories

Java Languages
GroupId

GroupId

io.opentracing.contrib
ArtifactId

ArtifactId

java-opentracing-jaeger-parent
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

OpenTracing Jaeger Tracer Bundle (Parent)
OpenTracing Jaeger Tracer Bundle
Project URL

Project URL

https://github.com/opentracing-contrib/java-opentracing-jaeger-bundle
Source Code Management

Source Code Management

https://github.com/opentracing-contrib/java-opentracing-jaeger-bundle

Download java-opentracing-jaeger-parent

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
javax.annotation : javax.annotation-api jar 1.3.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

  • common
  • jaeger

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