Updates to latest zipkin, which encourages new http tags

This commit is contained in:
Adrian Cole
2016-01-25 10:51:05 +01:00
parent b6054bfbe4
commit 763d2d027c
6 changed files with 11 additions and 11 deletions

View File

@@ -1,9 +1,9 @@
mysql:
image: openzipkin/zipkin-mysql:1.30.0
image: openzipkin/zipkin-mysql:1.30.2
ports:
- 3306:3306
query:
image: openzipkin/zipkin-java:0.4.3
image: openzipkin/zipkin-java:0.4.4
environment:
# Remove TRANSPORT_TYPE to disable tracing
- TRANSPORT_TYPE=http
@@ -16,7 +16,7 @@ query:
links:
- mysql:storage
web:
image: openzipkin/zipkin-web:1.30.0
image: openzipkin/zipkin-web:1.30.2
environment:
# Remove TRANSPORT_TYPE to disable tracing
- TRANSPORT_TYPE=http

View File

@@ -4,7 +4,7 @@ server:
spring:
application:
# This ends up as the service name in zipkin
name: my-boot
name: testsleuthzipkin
zipkin:
# Uncomment to send to zipkin, replacing 192.168.99.100 with your docker-machine's IP address
# baseUrl: http://192.168.99.100:9411/