Skip to content

Zipkin 1.6

Compare
Choose a tag to compare
@codefromthecrypt codefromthecrypt released this 31 Jul 21:07
· 2154 commits to master since this release

Zipkin 1.6 server has been updated to use Spring Boot 1.4.

We've also corrected default values around the UI, which should lead to better search performance. Most notably, startTs defaults to 1 hour back instead of 7 days back. #1212

  • Note: You can reset the lookback value to whatever you like. For example, you might set JAVA_OPTS="-Dzipkin.ui.default-lookback=86400000" for 1 day. Settings like this are documented in the README