Updates to zipkin 0.14
No immediate impact to sleuth, but some notable changes underneath: * zipkin.Sampler is now extensible to permit dynamic rate adjustments * self-tracing can now be disabled even if Brave is in the classpath * related property: zipkin.self-tracing.enabled * brave-spancollector-scribe is no longer an optional dependency In the world of plugins: * Elasticsearch bugfix on traces w/ more than 10 spans * New ZooKeeper adaptive collection-tier sampler
This commit is contained in:
@@ -59,12 +59,12 @@
|
||||
<dependency>
|
||||
<groupId>io.zipkin.java</groupId>
|
||||
<artifactId>zipkin</artifactId>
|
||||
<version>0.13.0</version>
|
||||
<version>0.14.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.zipkin.java</groupId>
|
||||
<artifactId>zipkin-server</artifactId>
|
||||
<version>0.13.0</version>
|
||||
<version>0.14.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
Reference in New Issue
Block a user