Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Latest commit

 

History

History

jaeger-client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Released Version

Client

This module brings the necessary modules in order for an instrumented application to start capturing spans. It currently brings:

  • jaeger-core
  • jaeger-thrift
  • jaeger-tracerresolver

With this set, an instrumented application using OpenTracing's TracerResolver can just use the Jaeger Java Client without any hard code dependency, configuring it via environment variables.

This set might change without warning in the future, so, this module is suitable only for applications with a simple usage of the Jaeger Tracer. If you require access to classes inside any of those modules, make sure to add such module as a direct dependency to your module.

Maven coordinates

<dependency>
    <groupId>io.jaegertracing</groupId>
    <artifactId>jaeger-client</artifactId>
    <version>$jaegerVersion</version>
</dependency>