Updates to Zipkin 1.3 and rounds up Span duration to one when < 1μ (#326)

Duration of 0 is confusing to plot and can be misinterpreted as null.

See https://github.com/openzipkin/zipkin/issues/1174
See https://github.com/openzipkin/zipkin/releases/tag/1.3.0
This commit is contained in:
Adrian Cole
2016-07-10 12:08:36 +08:00
committed by GitHub
parent 777a6299c7
commit a7aca7562a
4 changed files with 54 additions and 6 deletions

View File

@@ -59,12 +59,12 @@
<dependency>
<groupId>io.zipkin.java</groupId>
<artifactId>zipkin</artifactId>
<version>1.1.5</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>io.zipkin.java</groupId>
<artifactId>zipkin-server</artifactId>
<version>1.1.5</version>
<version>1.3.0</version>
</dependency>
</dependencies>
</dependencyManagement>