Skip to content

Commit 007a9af

Browse files
disable opentelemetry zipkin tracing export
1 parent 197670f commit 007a9af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,10 @@
185185
<groupId>io.micrometer</groupId>
186186
<artifactId>micrometer-tracing-bridge-otel</artifactId>
187187
</dependency>
188-
<dependency>
188+
<!--<dependency>
189189
<groupId>io.opentelemetry</groupId>
190190
<artifactId>opentelemetry-exporter-zipkin</artifactId>
191-
</dependency>
191+
</dependency>-->
192192

193193
<!-- Spring Cloud -->
194194
<dependency>

0 commit comments

Comments
 (0)