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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user