Migrated to OTel 0.10.0

This commit is contained in:
Marcin Grzejszczak
2020-11-06 14:59:11 +01:00
parent cf8e7dd04a
commit 06d353f155
167 changed files with 2750 additions and 1282 deletions

View File

@@ -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>