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:
Adrian Cole
2016-05-03 18:10:03 +08:00
parent 4a439a1a21
commit d454641f79
3 changed files with 15 additions and 5 deletions

View File

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