Skip to content

Commit a0b3ee3

Browse files
committed
Exclude Zipkin exporter
1 parent fc622f4 commit a0b3ee3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agent/agent/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ tasks {
110110
exclude("inst/META-INF/services/io.opentelemetry.javaagent.slf4j.spi.SLF4JServiceProvider")
111111

112112
exclude("inst/io/prometheus/**")
113+
exclude("inst/zipkin/**")
113114

114115
dependsOn(isolateJavaagentLibs)
115116
from(isolateJavaagentLibs.get().outputs)

0 commit comments

Comments
 (0)