Updates to zipkin 0.16
This important in so far that it allows us to do metrics. The actual implementation of stream metrics is something we can work on after 1.0 if there's a time crunch.
This commit is contained in:
@@ -59,12 +59,12 @@
|
||||
<dependency>
|
||||
<groupId>io.zipkin.java</groupId>
|
||||
<artifactId>zipkin</artifactId>
|
||||
<version>0.15.1</version>
|
||||
<version>0.16.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.zipkin.java</groupId>
|
||||
<artifactId>zipkin-server</artifactId>
|
||||
<version>0.15.1</version>
|
||||
<version>0.16.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
Reference in New Issue
Block a user