traefik/integration/resources/compose/tracing.yml

22 lines
430 B
YAML
Raw Normal View History

2018-01-10 16:48:04 +00:00
zipkin:
image: openzipkin/zipkin:2.16.2
2018-01-10 16:48:04 +00:00
environment:
STORAGE_TYPE: mem
JAVA_OPTS: -Dlogging.level.zipkin=DEBUG
ports:
- 9411:9411
jaeger:
2019-10-15 14:30:06 +00:00
image: jaegertracing/all-in-one:1.14
2018-01-10 16:48:04 +00:00
environment:
COLLECTOR_ZIPKIN_HTTP_PORT: 9411
ports:
- "5775:5775/udp"
- "6831:6831/udp"
- "6832:6832/udp"
- "5778:5778"
- "16686:16686"
- "14268:14268"
- "9411:9411"
whoami:
image: traefik/whoami