Skip to content

Commit

Permalink
change dep config to compileOnly to fix high cardinality metrics (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjrara authored Dec 14, 2023
1 parent 0e49186 commit d1061a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awsagentprovider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
// AWS Resource Detectors
implementation("io.opentelemetry.contrib:opentelemetry-aws-resources")
// Export configuration
implementation("io.opentelemetry:opentelemetry-exporter-otlp")
compileOnly("io.opentelemetry:opentelemetry-exporter-otlp")

testImplementation("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure")
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
Expand Down

0 comments on commit d1061a9

Please sign in to comment.