1
0
Fork 0

Fix integration tests in tracing

This commit is contained in:
Michael 2018-01-25 12:00:05 +01:00 committed by Traefiker
parent 32ccc26712
commit 9f741abd84
3 changed files with 141 additions and 1 deletions

View file

@ -1,5 +1,7 @@
zipkin:
image: openzipkin/zipkin
# Fix zipkin version 2.4.2
# due to a bug in latest version https://github.com/openzipkin/zipkin/releases/tag/2.4.4
image: openzipkin/zipkin:2.4.2
environment:
STORAGE_TYPE: mem
JAVA_OPTS: -Dlogging.level.zipkin=DEBUG