Polishing Observability changes

This commit is contained in:
Oleg Zhurakousky
2022-10-20 14:48:30 +02:00
parent 55aad155f8
commit eb63634c83
5 changed files with 29 additions and 14 deletions

View File

@@ -147,6 +147,11 @@
<artifactId>micrometer-observation-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-tracing-bridge-otel</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>