Skip to content

Commit

Permalink
add resource detectors to spring starter (#10277)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Jan 31, 2024
1 parent 05c66ce commit 5969622
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies {
api("org.springframework.boot:spring-boot-starter:$springBootVersion")
api("org.springframework.boot:spring-boot-starter-aop:$springBootVersion")
api(project(":instrumentation:spring:spring-boot-autoconfigure"))
implementation(project(":instrumentation:resources:library"))
api("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi")
api("io.opentelemetry:opentelemetry-api")
api("io.opentelemetry:opentelemetry-exporter-logging")
Expand Down

0 comments on commit 5969622

Please sign in to comment.