Skip to content

Commit

Permalink
add instrumentation for RestClient
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Apr 12, 2024
1 parent d355f78 commit 7ab13ca
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ plugins {
base.archivesName.set("opentelemetry-spring-boot-3")
group = "io.opentelemetry.instrumentation"

otelJava {
minJavaVersionSupported.set(JavaVersion.VERSION_17)
}

dependencies {
val springBootVersion = "3.2.4"
// implementation("org.springframework.boot:spring-boot-autoconfigure:$springBootVersion")
implementation("org.springframework.boot:spring-boot-starter-web:$springBootVersion")
implementation(project(":instrumentation:spring:spring-boot-autoconfigure"))
implementation(project(":instrumentation:spring:spring-web:spring-web-3.1:library"))
Expand Down

0 comments on commit 7ab13ca

Please sign in to comment.