Skip to content

Commit

Permalink
Add jaeger remote sampler to agent (open-telemetry#5346)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored and RashmiRam committed May 23, 2022
1 parent 8d6d4fb commit 7f67c52
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 7f67c52

Please sign in to comment.