Skip to content

Commit

Permalink
⬆️ upgrade otel samplers to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandens committed Jan 6, 2024
1 parent 594f7c6 commit 9917a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-projects/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

dependencies {
otel("io.opentelemetry.javaagent:opentelemetry-javaagent:1.32.0")
otelExtension("io.opentelemetry.contrib:opentelemetry-samplers:1.13.0-alpha")
otelExtension("io.opentelemetry.contrib:opentelemetry-samplers:1.32.0-alpha")
otelInstrumentation(project(":custom-instrumentation", "shadow"))
}

Expand Down

0 comments on commit 9917a01

Please sign in to comment.