Skip to content

Commit

Permalink
Add jaeger remote sampler to agent (#5346)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Feb 11, 2022
1 parent 791083e commit 36b758e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions javaagent-tooling/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ dependencies {

implementation("io.opentelemetry:opentelemetry-exporter-zipkin")

implementation("io.opentelemetry:opentelemetry-sdk-extension-jaeger-remote-sampler")

api("net.bytebuddy:byte-buddy-dep")
implementation("org.slf4j:slf4j-api")

Expand Down

0 comments on commit 36b758e

Please sign in to comment.