Moves to significantly more performant zipkin-reporter (#807)

Under load, the previous version of zipkin-reporter's AsyncReporter
caused a lot of overhead. This version fixes that by ensuring encoding
is deferred and not done inside a lock.
This commit is contained in:
Adrian Cole
2017-12-14 10:09:16 +08:00
committed by GitHub
parent a8703d71de
commit 5995bbc5fd
4 changed files with 6 additions and 6 deletions

View File

@@ -57,7 +57,7 @@
<dependency>
<groupId>io.zipkin.zipkin2</groupId>
<artifactId>zipkin</artifactId>
<version>2.3.1</version>
<version>2.4.1</version>
</dependency>
</dependencies>
</dependencyManagement>

View File

@@ -55,7 +55,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.14</version>
<version>1.16</version>
<configuration>
<skip>true</skip>
<signature>