Updates to zipkin 0.10.4
This updates to the latest release. Beyond bug fixes, there are some notable changes: * storage: writes are now via AsyncSpanConsumer * storage: added elasticsearch * zipkin-ui: constrains start time to look for traces * zipkin-ui: assets set cache headers, increasing responsiveness * core: debug logging available for zipkin.internal.DependencyLinker
This commit is contained in:
@@ -1,15 +1,18 @@
|
||||
mysql:
|
||||
image: openzipkin/zipkin-mysql:1.38.1
|
||||
storage:
|
||||
image: openzipkin/zipkin-mysql:1.39.0
|
||||
container_name: mysql
|
||||
ports:
|
||||
- 3306:3306
|
||||
query:
|
||||
image: openzipkin/zipkin-java:0.9.3
|
||||
image: openzipkin/zipkin-java:0.10.4
|
||||
environment:
|
||||
- STORAGE_TYPE=mysql
|
||||
- MYSQL_HOST=mysql
|
||||
- MYSQL_PORT=3306
|
||||
ports:
|
||||
# Historical port used for the Zipkin HTTP Api
|
||||
- 9411:9411
|
||||
# Zipkin UI used to be on a separate process listening on port 8080
|
||||
- 8080:9411
|
||||
links:
|
||||
- mysql:storage
|
||||
- storage
|
||||
|
||||
Reference in New Issue
Block a user