Updates to latest zipkin, which encourages new http tags
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user