GH-935 - Migrate to Micrometer Tracings's local service name.

This commit is contained in:
Oliver Drotbohm
2025-02-20 21:05:07 +01:00
parent 0fd05077a5
commit 421c2f8eff
3 changed files with 54 additions and 30 deletions

View File

@@ -83,12 +83,6 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-api</artifactId>
@@ -120,6 +114,12 @@
<artifactId>spring-rabbit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.zipkin.brave</groupId>
<artifactId>brave</artifactId>
<scope>test</scope>
</dependency>
</dependencies>