Skip to content

Commit

Permalink
feat: upgraded to otel 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianEstrada committed Jul 25, 2024
1 parent 7cc3a66 commit fcb990e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ repositories {
}

dependencies {
val otelVersion = "1.31.0"
val otelVersion = "2.6.0"
implementation(platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelVersion-alpha"))
implementation("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure")
implementation("io.opentelemetry.semconv:opentelemetry-semconv")
implementation("io.opentelemetry.contrib:opentelemetry-samplers:$otelVersion-alpha")
implementation("io.opentelemetry.contrib:opentelemetry-samplers:1.37.0-alpha")
}

sourceSets {
Expand Down

0 comments on commit fcb990e

Please sign in to comment.