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