Migrated to OTel 0.10.0
This commit is contained in:
@@ -41,7 +41,11 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>spring-cloud-starter-zipkin</artifactId>
|
||||
<artifactId>spring-cloud-starter-sleuth-otel</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>spring-cloud-sleuth-zipkin</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
|
||||
@@ -562,7 +562,7 @@ For example if you want to use the OpenTelemetry Zipkin Exporter just add a depe
|
||||
----
|
||||
<dependency>
|
||||
<groupId>io.opentelemetry</groupId>
|
||||
<artifactId>opentelemetry-exporters-zipkin</artifactId>
|
||||
<artifactId>opentelemetry-exporter-zipkin</artifactId>
|
||||
</dependency>
|
||||
----
|
||||
|
||||
@@ -570,7 +570,7 @@ For example if you want to use the OpenTelemetry Zipkin Exporter just add a depe
|
||||
.Gradle
|
||||
----
|
||||
dependencies {
|
||||
compile "io.opentelemetry:opentelemetry-exporters-zipkin"
|
||||
compile "io.opentelemetry:opentelemetry-exporter-zipkin"
|
||||
}
|
||||
----
|
||||
====
|
||||
|
||||
Reference in New Issue
Block a user