Added OpenTracing support; fixes #599

This commit is contained in:
Marcin Grzejszczak
2018-01-21 09:28:34 +01:00
parent 266061f0f7
commit 22d91bac24
9 changed files with 438 additions and 5 deletions

View File

@@ -152,6 +152,11 @@
<groupId>io.zipkin.brave</groupId>
<artifactId>brave-instrumentation-spring-webmvc</artifactId>
</dependency>
<dependency>
<groupId>io.opentracing.brave</groupId>
<artifactId>brave-opentracing</artifactId>
<optional>true</optional>
</dependency>
<!-- BRAVE -->
<dependency>
<groupId>org.springframework.boot</groupId>