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

Commit

Permalink
Add jaeger-client module
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
jpkrohling committed Jul 5, 2018
1 parent b5a287b commit 18e51ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions jaeger-client/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
description = 'Convenience module to be used by instrumented applications'

dependencies {
// otherwise, we get the non-shaded version, which will fail at runtime due to missing classes
compile group: 'io.jaegertracing', name: 'jaeger-thrift', version: developmentVersion

// for the other projects, we can add the dependency on the projects themselves
compile project(':jaeger-tracerresolver')
compile project(':jaeger-core')
}
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ include 'jaeger-crossdock'
include 'jaeger-thrift'
include 'jaeger-tracerresolver'
include 'jaeger-micrometer'
include 'jaeger-client'

0 comments on commit 18e51ae

Please sign in to comment.