Skip to content

Commit 05284bb

Browse files
authored
Update howto.adoc
1 parent 692ae78 commit 05284bb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

docs/src/main/asciidoc/howto.adoc

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,11 @@ Add the Sleuth starter, exclude Brave, add OTel and Zipkin to the classpath.
162162
<groupId>org.springframework.cloud</groupId>
163163
<artifactId>spring-cloud-sleuth-zipkin</artifactId>
164164
</dependency>
165-
166-
165+
<dependency>
166+
<groupId>io.opentelemetry</groupId>
167+
<artifactId>opentelemetry-exporter-zipkin</artifactId>
168+
</dependency>
169+
167170
<!-- You 'll need those to add OTel support -->
168171
<repositories>
169172
<repository>
@@ -575,4 +578,4 @@ Below you can find the examples:
575578
@Component
576579
include::{autoconfig_path}/src/test/java/org/springframework/cloud/sleuth/autoconfig/otel/OtelPropagationConfigurationTests.java[tags=custom_propagator,indent=0]
577580
----
578-
====
581+
====

0 commit comments

Comments
 (0)